#A630D3

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

Shades of Dark Orchid #A630D3

Tints of Dark Orchid #A630D3

Color information

#A630D3 (or 0xA630D3) is unknown color: approx Dark Orchid. HEX triplet: A6, 30 and D3. RGB value is (166,48,211). Sum of RGB (Red+Green+Blue) = 166+48+211=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 211 (82.81% from 255 or 49.65% from 425); Max value from RGB is 211 - color contains mainly: blue. Hex color #A630D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630D3 is #59CF2C. Grayscale: #656565. Windows color (decimal): -5885741 or 13840550. OLE color: 13840550.

HSL color Cylindrical-coordinate representation of color #A630D3: hue angle of 283.44º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A630D3 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16648211-
CMYK0.210.7700.17
HSL283.44º64.94%50.78%-
HSV(B)283.44º77.25%82.75%-
XYZ28.5414.9263-
YUV101.86189.59173.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.06%
GREEN value IS 48 (19.14% from 255) = 11.29%
BLUE value IS 211 (82.81% from 255) = 49.65%
R=39.06%
G=11.29%
B=49.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal166482110.210.7700.17283.4464.9450.78
HexA630D3154D01111b4133
Octal246603232511502143310163
Binary10100110110000110100111010110011010100011000110111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A630D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A630D3; }

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

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

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

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

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

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

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

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