Html Css Color HEX #A02590 Dark Purple

📋 copy color: '#A02590'

red 160 ◦ green 37 ◦ blue 144

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

Shades of Dark Purple #A02590

Tints of Dark Purple #A02590

RGB

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

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

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

R = 46.92%
G = 10.85%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A02590 (or 0xA02590) is known color: Dark Purple. HEX triplet: A0, 25 and 90. RGB value is (160,37,144). Sum of RGB (Red+Green+Blue) = 160+37+144=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A02590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02590 is #5FDA6F. Grayscale: #555555. Windows color (decimal): -6281840 or 9446816. OLE color: 9446816.

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

Color convert

RGB 160 37 144 -
CMYK 0 0.77 0.1 0.37
HSL 307.8º 0.62% 0.39% -
HSV(B) 307.8º 0.77% 0.63% -
XYZ 20.19 10.81 27.41 -
YUV 85.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 160 37 144 0 0.77 0.1 0.37 307.8 0.62 0.39
Hex A0 25 90 0 4D A 25 134 3E 27
Octal 240 45 220 0 115 12 45 464 76 47
Binary 10100000 100101 10010000 0 1001101 1010 100101 100110100 111110 100111

Color Harmonies of #A02590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02590

Black with #A02590

Text Example


Text Example

White with #A02590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02590; }

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

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

background-color css

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

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

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

border-color css

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

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

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