Html Css Color HEX #A02591 Dark Purple

📋 copy color: '#A02591'

red 160 ◦ green 37 ◦ blue 145

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

Shades of Dark Purple #A02591

Tints of Dark Purple #A02591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.82%

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

R = 46.78%
G = 10.82%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A02591 (or 0xA02591) is known color: Dark Purple. HEX triplet: A0, 25 and 91. RGB value is (160,37,145). Sum of RGB (Red+Green+Blue) = 160+37+145=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A02591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02591 is #5FDA6E. Grayscale: #555555. Windows color (decimal): -6281839 or 9512352. OLE color: 9512352.

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

Color convert

RGB 160 37 145 -
CMYK 0 0.77 0.09 0.37
HSL 307.32º 0.62% 0.39% -
HSV(B) 307.32º 0.77% 0.63% -
XYZ 20.27 10.84 27.81 -
YUV 86.09 161.25 180.72 -
System Red Green Blue C M Y K H S L
Decimal 160 37 145 0 0.77 0.09 0.37 307.32 0.62 0.39
Hex A0 25 91 0 4D 9 25 133 3E 27
Octal 240 45 221 0 115 11 45 463 76 47
Binary 10100000 100101 10010001 0 1001101 1001 100101 100110011 111110 100111

Color Harmonies of #A02591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02591

Black with #A02591

Text Example


Text Example

White with #A02591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02591; }

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

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

background-color css

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

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

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

border-color css

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

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

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