#A630C4

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

Shades of Dark Orchid #A630C4

Tints of Dark Orchid #A630C4

Color information

#A630C4 (or 0xA630C4) is unknown color: approx Dark Orchid. HEX triplet: A6, 30 and C4. RGB value is (166,48,196). Sum of RGB (Red+Green+Blue) = 166+48+196=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #A630C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630C4 is #59CF3B. Grayscale: #636363. Windows color (decimal): -5885756 or 12857510. OLE color: 12857510.

HSL color Cylindrical-coordinate representation of color #A630C4: hue angle of 287.84º 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 #A630C4 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16648196-
CMYK0.150.7600.23
HSL287.84º60.66%47.84%-
HSV(B)287.84º75.51%76.86%-
XYZ26.7514.2153.56-
YUV100.15182.09174.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 48 (19.14% from 255) = 11.71%
BLUE value IS 196 (76.95% from 255) = 47.80%
R=40.49%
G=11.71%
B=47.80%

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
Decimal166481960.150.7600.23287.8460.6647.84
HexA630C4F4C0171203d30
Octal24660304171140274407560
Binary101001101100001100010011111001100010111100100000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A630C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A630C4; }

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

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

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

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

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

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

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

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