Html Css Color HEX #A02597 Dark Purple

📋 copy color: '#A02597'

red 160 ◦ green 37 ◦ blue 151

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

Shades of Dark Purple #A02597

Tints of Dark Purple #A02597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.39%

R = 45.98%
G = 10.63%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A02597 (or 0xA02597) is known color: Dark Purple. HEX triplet: A0, 25 and 97. RGB value is (160,37,151). Sum of RGB (Red+Green+Blue) = 160+37+151=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A02597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02597 is #5FDA68. Grayscale: #565656. Windows color (decimal): -6281833 or 9905568. OLE color: 9905568.

HSL color Cylindrical-coordinate representation of color #A02597: hue angle of 304.39º 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 #A02597 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 37 151 -
CMYK 0 0.77 0.06 0.37
HSL 304.39º 0.62% 0.39% -
HSV(B) 304.39º 0.77% 0.63% -
XYZ 20.74 11.03 30.31 -
YUV 86.77 164.25 180.23 -
System Red Green Blue C M Y K H S L
Decimal 160 37 151 0 0.77 0.06 0.37 304.39 0.62 0.39
Hex A0 25 97 0 4D 6 25 130 3E 27
Octal 240 45 227 0 115 6 45 460 76 47
Binary 10100000 100101 10010111 0 1001101 110 100101 100110000 111110 100111

Color Harmonies of #A02597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02597

Black with #A02597

Text Example


Text Example

White with #A02597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02597; }

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

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

background-color css

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

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

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

border-color css

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

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

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