#A02BC0

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

Shades of Dark Orchid #A02BC0

Tints of Dark Orchid #A02BC0

Color information

#A02BC0 (or 0xA02BC0) is unknown color: approx Dark Orchid. HEX triplet: A0, 2B and C0. RGB value is (160,43,192). Sum of RGB (Red+Green+Blue) = 160+43+192=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #A02BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BC0 is #5FD43F. Grayscale: #5E5E5E. Windows color (decimal): -6280256 or 12594080. OLE color: 12594080.

HSL color Cylindrical-coordinate representation of color #A02BC0: hue angle of 287.11º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02BC0 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16043192-
CMYK0.170.7800.25
HSL287.11º63.4%46.08%-
HSV(B)287.11º77.6%75.29%-
XYZ24.8813.0151.07-
YUV94.97182.76174.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 43 (17.19% from 255) = 10.89%
BLUE value IS 192 (75.39% from 255) = 48.61%
R=40.51%
G=10.89%
B=48.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160431920.170.7800.25287.1163.446.08
HexA02BC0114E01911f3f2e
Octal24053300211160314377756
Binary1010000010101111000000100011001110011001100011111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02BC0; }

 p { color: rgb(160,43,192); }

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

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

 a { background-color: rgb(160,43,192); }

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

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

 span { border-color: rgb(160,43,192); }

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