Html Css Color HEX #A51688 Dark Purple

📋 copy color: '#A51688'

red 165 ◦ green 22 ◦ blue 136

#A51688
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A51688

Tints of Dark Purple #A51688

RGB

 RED value IS 165 (64.84% from 255) = 51.08%

 GREEN value IS 22 (8.98% from 255) = 6.81%

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 51.08%
G = 6.81%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A51688 (or 0xA51688) is known color: Dark Purple. HEX triplet: A5, 16 and 88. RGB value is (165,22,136). Sum of RGB (Red+Green+Blue) = 165+22+136=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A51688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51688 is #5AE977. Grayscale: #4D4D4D. Windows color (decimal): -5958008 or 8918693. OLE color: 8918693.

HSL color Cylindrical-coordinate representation of color #A51688: hue angle of 312.17º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51688 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 22 136 -
CMYK 0 0.87 0.18 0.35
HSL 312.17º 0.76% 0.37% -
HSV(B) 312.17º 0.87% 0.65% -
XYZ 20.25 10.35 24.22 -
YUV 77.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 165 22 136 0 0.87 0.18 0.35 312.17 0.76 0.37
Hex A5 16 88 0 57 12 23 138 4C 25
Octal 245 26 210 0 127 22 43 470 114 45
Binary 10100101 10110 10001000 0 1010111 10010 100011 100111000 1001100 100101

Color Harmonies of #A51688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51688

Black with #A51688

Text Example


Text Example

White with #A51688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51688; }

 p { color: rgb(165,22,136); }

 H1.HeaderClassName
 {
   color: #A51688;
 }
 .AnyTagClassName
 {
   color: #A51688;
 }
</style>

background-color css

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

 a { background-color: rgb(165,22,136); }

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

border-color css

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

 span { border-color: rgb(165,22,136); }

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