#a835c9

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

Shades of Dark Orchid #A835C9

Tints of Dark Orchid #A835C9

Color information

#A835C9 (or 0xA835C9) is unknown color: approx Dark Orchid. HEX triplet: A8, 35 and C9. RGB value is (168,53,201). Sum of RGB (Red+Green+Blue) = 168+53+201=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #A835C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835C9 is #57CA36. Grayscale: #676767. Windows color (decimal): -5753399 or 13186472. OLE color: 13186472.

HSL color Cylindrical-coordinate representation of color #A835C9: hue angle of 286.62º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A835C9 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16853201-
CMYK0.160.7400.21
HSL286.62º58.27%49.8%-
HSV(B)286.62º73.63%78.82%-
XYZ27.9615.0956.7-
YUV104.26182.6173.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 53 (21.09% from 255) = 12.56%
BLUE value IS 201 (78.91% from 255) = 47.63%
R=39.81%
G=12.56%
B=47.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168532010.160.7400.21286.6258.2749.8
HexA835C9104A01511f3a32
Octal25065311201120254377262
Binary1010100011010111001001100001001010010101100011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a835c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a835c9; }

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

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

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

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

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

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

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

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