Html Css Color HEX #A02798 Dark Purple

📋 copy color: '#A02798'

red 160 ◦ green 39 ◦ blue 152

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

Shades of Dark Purple #A02798

Tints of Dark Purple #A02798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.11%

 BLUE value IS 152 (59.77% from 255) = 43.3%

R = 45.58%
G = 11.11%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.37

RGB Variations

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

Color information

#A02798 (or 0xA02798) is known color: Dark Purple. HEX triplet: A0, 27 and 98. RGB value is (160,39,152). Sum of RGB (Red+Green+Blue) = 160+39+152=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A02798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02798 is #5FD867. Grayscale: #575757. Windows color (decimal): -6281320 or 9971616. OLE color: 9971616.

HSL color Cylindrical-coordinate representation of color #A02798: hue angle of 303.97º degrees, saturation: 0.61, 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 #A02798 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 39 152 -
CMYK 0 0.76 0.05 0.37
HSL 303.97º 0.61% 0.39% -
HSV(B) 303.97º 0.76% 0.63% -
XYZ 20.89 11.19 30.76 -
YUV 88.06 164.09 179.31 -
System Red Green Blue C M Y K H S L
Decimal 160 39 152 0 0.76 0.05 0.37 303.97 0.61 0.39
Hex A0 27 98 0 4C 5 25 130 3D 27
Octal 240 47 230 0 114 5 45 460 75 47
Binary 10100000 100111 10011000 0 1001100 101 100101 100110000 111101 100111

Color Harmonies of #A02798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02798

Black with #A02798

Text Example


Text Example

White with #A02798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02798; }

 p { color: rgb(160,39,152); }

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

background-color css

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

 a { background-color: rgb(160,39,152); }

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

border-color css

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

 span { border-color: rgb(160,39,152); }

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