Html Css Color HEX #A02790 Dark Purple

📋 copy color: '#A02790'

red 160 ◦ green 39 ◦ blue 144

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

Shades of Dark Purple #A02790

Tints of Dark Purple #A02790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 46.65%
G = 11.37%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A02790 (or 0xA02790) is known color: Dark Purple. HEX triplet: A0, 27 and 90. RGB value is (160,39,144). Sum of RGB (Red+Green+Blue) = 160+39+144=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A02790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02790 is #5FD86F. Grayscale: #565656. Windows color (decimal): -6281328 or 9447328. OLE color: 9447328.

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

Color convert

RGB 160 39 144 -
CMYK 0 0.76 0.1 0.37
HSL 307.93º 0.61% 0.39% -
HSV(B) 307.93º 0.76% 0.63% -
XYZ 20.26 10.94 27.43 -
YUV 87.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 160 39 144 0 0.76 0.1 0.37 307.93 0.61 0.39
Hex A0 27 90 0 4C A 25 134 3D 27
Octal 240 47 220 0 114 12 45 464 75 47
Binary 10100000 100111 10010000 0 1001100 1010 100101 100110100 111101 100111

Color Harmonies of #A02790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02790

Black with #A02790

Text Example


Text Example

White with #A02790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02790; }

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

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

background-color css

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

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

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

border-color css

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

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

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