Html Css Color HEX #A02897 Dark Purple

📋 copy color: '#A02897'

red 160 ◦ green 40 ◦ blue 151

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

Shades of Dark Purple #A02897

Tints of Dark Purple #A02897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.4%

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

R = 45.58%
G = 11.4%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A02897 (or 0xA02897) is known color: Dark Purple. HEX triplet: A0, 28 and 97. RGB value is (160,40,151). Sum of RGB (Red+Green+Blue) = 160+40+151=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A02897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02897 is #5FD768. Grayscale: #585858. Windows color (decimal): -6281065 or 9906336. OLE color: 9906336.

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

Color convert

RGB 160 40 151 -
CMYK 0 0.75 0.06 0.37
HSL 304.5º 0.6% 0.39% -
HSV(B) 304.5º 0.75% 0.63% -
XYZ 20.84 11.23 30.35 -
YUV 88.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 160 40 151 0 0.75 0.06 0.37 304.5 0.6 0.39
Hex A0 28 97 0 4B 6 25 130 3C 27
Octal 240 50 227 0 113 6 45 460 74 47
Binary 10100000 101000 10010111 0 1001011 110 100101 100110000 111100 100111

Color Harmonies of #A02897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02897

Black with #A02897

Text Example


Text Example

White with #A02897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02897; }

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

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

background-color css

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

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

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

border-color css

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

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

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