Html Css Color HEX #A02691 Dark Purple

📋 copy color: '#A02691'

red 160 ◦ green 38 ◦ blue 145

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

Shades of Dark Purple #A02691

Tints of Dark Purple #A02691

RGB

 RED value IS 160 (62.89% from 255) = 46.65%

 GREEN value IS 38 (15.23% from 255) = 11.08%

 BLUE value IS 145 (57.03% from 255) = 42.27%

R = 46.65%
G = 11.08%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A02691 (or 0xA02691) is known color: Dark Purple. HEX triplet: A0, 26 and 91. RGB value is (160,38,145). Sum of RGB (Red+Green+Blue) = 160+38+145=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A02691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02691 is #5FD96E. Grayscale: #565656. Windows color (decimal): -6281583 or 9512608. OLE color: 9512608.

HSL color Cylindrical-coordinate representation of color #A02691: hue angle of 307.38º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02691 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 38 145 -
CMYK 0 0.76 0.09 0.37
HSL 307.38º 0.62% 0.39% -
HSV(B) 307.38º 0.76% 0.63% -
XYZ 20.3 10.9 27.82 -
YUV 86.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 160 38 145 0 0.76 0.09 0.37 307.38 0.62 0.39
Hex A0 26 91 0 4C 9 25 133 3E 27
Octal 240 46 221 0 114 11 45 463 76 47
Binary 10100000 100110 10010001 0 1001100 1001 100101 100110011 111110 100111

Color Harmonies of #A02691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02691

Black with #A02691

Text Example


Text Example

White with #A02691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02691; }

 p { color: rgb(160,38,145); }

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

background-color css

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

 a { background-color: rgb(160,38,145); }

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

border-color css

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

 span { border-color: rgb(160,38,145); }

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