#A02FB3

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

Shades of Dark Orchid #A02FB3

Tints of Dark Orchid #A02FB3

Color information

#A02FB3 (or 0xA02FB3) is unknown color: approx Dark Orchid. HEX triplet: A0, 2F and B3. RGB value is (160,47,179). Sum of RGB (Red+Green+Blue) = 160+47+179=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #A02FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02FB3 is #5FD04C. Grayscale: #5F5F5F. Windows color (decimal): -6279245 or 11743136. OLE color: 11743136.

HSL color Cylindrical-coordinate representation of color #A02FB3: hue angle of 291.36º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02FB3 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16047179-
CMYK0.110.7400.30
HSL291.36º58.41%44.31%-
HSV(B)291.36º73.74%70.2%-
XYZ23.6512.7643.86-
YUV95.84174.94173.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.45%
GREEN value IS 47 (18.75% from 255) = 12.18%
BLUE value IS 179 (70.31% from 255) = 46.37%
R=41.45%
G=12.18%
B=46.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160471790.110.7400.30291.3658.4144.31
HexA02FB3B4A01E1233a2c
Octal24057263131120364437254
Binary101000001011111011001110111001010011110100100011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02FB3; }

 p { color: rgb(160,47,179); }

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

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

 a { background-color: rgb(160,47,179); }

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

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

 span { border-color: rgb(160,47,179); }

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