#A628A8

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

Shades of Dark Orchid #A628A8

Tints of Dark Orchid #A628A8

Color information

#A628A8 (or 0xA628A8) is unknown color: approx Dark Orchid. HEX triplet: A6, 28 and A8. RGB value is (166,40,168). Sum of RGB (Red+Green+Blue) = 166+40+168=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 168 - color contains mainly: blue. Hex color #A628A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A628A8 is #59D757. Grayscale: #5B5B5B. Windows color (decimal): -5887832 or 11020454. OLE color: 11020454.

HSL color Cylindrical-coordinate representation of color #A628A8: hue angle of 299.06º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A628A8 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16640168-
CMYK0.010.7600.34
HSL299.06º61.54%40.78%-
HSV(B)299.06º76.19%65.88%-
XYZ23.5512.4538.21-
YUV92.27170.74180.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 40 (16.02% from 255) = 10.70%
BLUE value IS 168 (66.02% from 255) = 44.92%
R=44.39%
G=10.70%
B=44.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166401680.010.7600.34299.0661.5440.78
HexA628A814C02212b3e29
Octal2465025011140424537651
Binary1010011010100010101000110011000100010100101011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A628A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A628A8; }

 p { color: rgb(166,40,168); }

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

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

 a { background-color: rgb(166,40,168); }

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

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

 span { border-color: rgb(166,40,168); }

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