#A625AB

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

Shades of Dark Orchid #A625AB

Tints of Dark Orchid #A625AB

Color information

#A625AB (or 0xA625AB) is unknown color: approx Dark Orchid. HEX triplet: A6, 25 and AB. RGB value is (166,37,171). Sum of RGB (Red+Green+Blue) = 166+37+171=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #A625AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A625AB is #59DA54. Grayscale: #5A5A5A. Windows color (decimal): -5888597 or 11216294. OLE color: 11216294.

HSL color Cylindrical-coordinate representation of color #A625AB: hue angle of 297.76º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A625AB is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16637171-
CMYK0.030.7800.33
HSL297.76º64.42%40.78%-
HSV(B)297.76º78.36%67.06%-
XYZ23.7412.3739.66-
YUV90.85173.24181.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 37 (14.84% from 255) = 9.89%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=44.39%
G=9.89%
B=45.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166371710.030.7800.33297.7664.4240.78
HexA625AB34E02112a4029
Octal24645253311604145210051
Binary101001101001011010101111100111001000011001010101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A625AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A625AB; }

 p { color: rgb(166,37,171); }

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

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

 a { background-color: rgb(166,37,171); }

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

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

 span { border-color: rgb(166,37,171); }

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