#A03FCA

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

Shades of Dark Orchid #A03FCA

Tints of Dark Orchid #A03FCA

Color information

#A03FCA (or 0xA03FCA) is unknown color: approx Dark Orchid. HEX triplet: A0, 3F and CA. RGB value is (160,63,202). Sum of RGB (Red+Green+Blue) = 160+63+202=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #A03FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03FCA is #5FC035. Grayscale: #6B6B6B. Windows color (decimal): -6275126 or 13254560. OLE color: 13254560.

HSL color Cylindrical-coordinate representation of color #A03FCA: hue angle of 281.87º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03FCA is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16063202-
CMYK0.210.6900.21
HSL281.87º56.73%51.96%-
HSV(B)281.87º68.81%79.22%-
XYZ26.9415.2957.41-
YUV107.85181.14165.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 63 (25% from 255) = 14.82%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=37.65%
G=14.82%
B=47.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160632020.210.6900.21281.8756.7351.96
HexA03FCA154501511a3934
Octal24077312251050254327164
Binary1010000011111111001010101011000101010101100011010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03FCA; }

 p { color: rgb(160,63,202); }

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

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

 a { background-color: rgb(160,63,202); }

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

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

 span { border-color: rgb(160,63,202); }

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