#A630D7

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

Shades of Dark Orchid #A630D7

Tints of Dark Orchid #A630D7

Color information

#A630D7 (or 0xA630D7) is unknown color: approx Dark Orchid. HEX triplet: A6, 30 and D7. RGB value is (166,48,215). Sum of RGB (Red+Green+Blue) = 166+48+215=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #A630D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A630D7 is #59CF28. Grayscale: #656565. Windows color (decimal): -5885737 or 14102694. OLE color: 14102694.

HSL color Cylindrical-coordinate representation of color #A630D7: hue angle of 282.4º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A630D7 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16648215-
CMYK0.230.7800.16
HSL282.4º67.61%51.57%-
HSV(B)282.4º77.67%84.31%-
XYZ29.0515.1365.68-
YUV102.32191.59173.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 48 (19.14% from 255) = 11.19%
BLUE value IS 215 (84.38% from 255) = 50.12%
R=38.69%
G=11.19%
B=50.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166482150.230.7800.16282.467.6151.57
HexA630D7174E01011a4434
Octal246603272711602043210464
Binary10100110110000110101111011110011100100001000110101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A630D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A630D7; }

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

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

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

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

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

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

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

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