#A835B6

Color #A835B6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A835B6

Tints of Dark Orchid #A835B6

Color information

#A835B6 (or 0xA835B6) is unknown color: approx Dark Orchid. HEX triplet: A8, 35 and B6. RGB value is (168,53,182). Sum of RGB (Red+Green+Blue) = 168+53+182=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #A835B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835B6 is #57CA49. Grayscale: #656565. Windows color (decimal): -5753418 or 11941288. OLE color: 11941288.

HSL color Cylindrical-coordinate representation of color #A835B6: hue angle of 293.49º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A835B6 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16853182-
CMYK0.080.7100.29
HSL293.49º54.89%46.08%-
HSV(B)293.49º70.88%71.37%-
XYZ25.8714.2545.64-
YUV102.09173.1175.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 53 (21.09% from 255) = 13.15%
BLUE value IS 182 (71.48% from 255) = 45.16%
R=41.69%
G=13.15%
B=45.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168531820.080.7100.29293.4954.8946.08
HexA835B684701D125372e
Octal25065266101070354456756
Binary101010001101011011011010001000111011101100100101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A835B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A835B6; }

 p { color: rgb(168,53,182); }

 H1.HeaderClassName
 {
   color: #A835B6;
 }
 .AnyTagClassName
 {
   color: #A835B6;
 }
</style>
background-color css

<style>
 a { background-color: #A835B6; }

 a { background-color: rgb(168,53,182); }

 div.DivClassName
 {
   background-color: #A835B6;
 }
 .BgClassName
 {
   background-color: #A835B6;
 }
</style>
border-color css

<style>
 span { border-color: #A835B6; }

 span { border-color: rgb(168,53,182); }

 td.TdClassName
 {
   border-color: #A835B6;
 }
 .TagClassName
 {
   border-color: #A835B6;
 }
</style>