#A62ABF

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

Shades of Dark Orchid #A62ABF

Tints of Dark Orchid #A62ABF

Color information

#A62ABF (or 0xA62ABF) is unknown color: approx Dark Orchid. HEX triplet: A6, 2A and BF. RGB value is (166,42,191). Sum of RGB (Red+Green+Blue) = 166+42+191=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #A62ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ABF is #59D540. Grayscale: #5F5F5F. Windows color (decimal): -5887297 or 12528294. OLE color: 12528294.

HSL color Cylindrical-coordinate representation of color #A62ABF: hue angle of 289.93º degrees, saturation: 0.64, 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 #A62ABF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16642191-
CMYK0.130.7800.25
HSL289.93º63.95%45.69%-
HSV(B)289.93º78.01%74.9%-
XYZ25.9613.5250.53-
YUV96.06181.58177.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 42 (16.80% from 255) = 10.53%
BLUE value IS 191 (75% from 255) = 47.87%
R=41.60%
G=10.53%
B=47.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166421910.130.7800.25289.9363.9545.69
HexA62ABFD4E019122402e
Octal246522771511603144210056
Binary1010011010101010111111110110011100110011001000101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62ABF; }

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

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

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

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

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

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

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

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