#A035C9

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

Shades of Dark Orchid #A035C9

Tints of Dark Orchid #A035C9

Color information

#A035C9 (or 0xA035C9) is unknown color: approx Dark Orchid. HEX triplet: A0, 35 and C9. RGB value is (160,53,201). Sum of RGB (Red+Green+Blue) = 160+53+201=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #A035C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A035C9 is #5FCA36. Grayscale: #656565. Windows color (decimal): -6277687 or 13186464. OLE color: 13186464.

HSL color Cylindrical-coordinate representation of color #A035C9: hue angle of 283.38º 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 #A035C9 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16053201-
CMYK0.200.7400.21
HSL283.38º58.27%49.8%-
HSV(B)283.38º73.63%78.82%-
XYZ26.3114.2456.62-
YUV101.86183.95169.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 53 (21.09% from 255) = 12.80%
BLUE value IS 201 (78.91% from 255) = 48.55%
R=38.65%
G=12.80%
B=48.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160532010.200.7400.21283.3858.2749.8
HexA035C9144A01511b3a32
Octal24065311241120254337262
Binary1010000011010111001001101001001010010101100011011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A035C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A035C9; }

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

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

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

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

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

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

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

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