#A62FC4

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

Shades of Dark Orchid #A62FC4

Tints of Dark Orchid #A62FC4

Color information

#A62FC4 (or 0xA62FC4) is unknown color: approx Dark Orchid. HEX triplet: A6, 2F and C4. RGB value is (166,47,196). Sum of RGB (Red+Green+Blue) = 166+47+196=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 47 (18.75% from 255 or 11.49% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #A62FC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62FC4 is #59D03B. Grayscale: #636363. Windows color (decimal): -5886012 or 12857254. OLE color: 12857254.

HSL color Cylindrical-coordinate representation of color #A62FC4: hue angle of 287.92º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62FC4 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16647196-
CMYK0.150.7600.23
HSL287.92º61.32%47.65%-
HSV(B)287.92º76.02%76.86%-
XYZ26.7114.1353.54-
YUV99.57182.42175.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.59%
GREEN value IS 47 (18.75% from 255) = 11.49%
BLUE value IS 196 (76.95% from 255) = 47.92%
R=40.59%
G=11.49%
B=47.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal166471960.150.7600.23287.9261.3247.65
HexA62FC4F4C0171203d30
Octal24657304171140274407560
Binary101001101011111100010011111001100010111100100000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62FC4; }

 p { color: rgb(166,47,196); }

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

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

 a { background-color: rgb(166,47,196); }

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

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

 span { border-color: rgb(166,47,196); }

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