#A62ACA

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

Shades of Dark Orchid #A62ACA

Tints of Dark Orchid #A62ACA

Color information

#A62ACA (or 0xA62ACA) is unknown color: approx Dark Orchid. HEX triplet: A6, 2A and CA. RGB value is (166,42,202). Sum of RGB (Red+Green+Blue) = 166+42+202=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #A62ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ACA is #59D535. Grayscale: #606060. Windows color (decimal): -5887286 or 13249190. OLE color: 13249190.

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

Color convert

RGB16642202-
CMYK0.180.7900.21
HSL286.5º65.57%47.84%-
HSV(B)286.5º79.21%79.22%-
XYZ27.2114.0357.15-
YUV97.32187.08176.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 42 (16.80% from 255) = 10.24%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=40.49%
G=10.24%
B=49.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166422020.180.7900.21286.565.5747.84
HexA62ACA124F01511e4230
Octal246523122211702543610260
Binary10100110101010110010101001010011110101011000111101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62ACA; }

 p { color: rgb(166,42,202); }

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

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

 a { background-color: rgb(166,42,202); }

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

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

 span { border-color: rgb(166,42,202); }

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