Html Css Color HEX #A02795 Dark Purple

📋 copy color: '#A02795'

red 160 ◦ green 39 ◦ blue 149

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

Shades of Dark Purple #A02795

Tints of Dark Purple #A02795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 45.98%
G = 11.21%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A02795 (or 0xA02795) is known color: Dark Purple. HEX triplet: A0, 27 and 95. RGB value is (160,39,149). Sum of RGB (Red+Green+Blue) = 160+39+149=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A02795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02795 is #5FD86A. Grayscale: #575757. Windows color (decimal): -6281323 or 9775008. OLE color: 9775008.

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

Color convert

RGB 160 39 149 -
CMYK 0 0.76 0.07 0.37
HSL 305.45º 0.61% 0.39% -
HSV(B) 305.45º 0.76% 0.63% -
XYZ 20.65 11.09 29.49 -
YUV 87.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 160 39 149 0 0.76 0.07 0.37 305.45 0.61 0.39
Hex A0 27 95 0 4C 7 25 131 3D 27
Octal 240 47 225 0 114 7 45 461 75 47
Binary 10100000 100111 10010101 0 1001100 111 100101 100110001 111101 100111

Color Harmonies of #A02795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02795

Black with #A02795

Text Example


Text Example

White with #A02795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02795; }

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

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

background-color css

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

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

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

border-color css

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

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

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