Html Css Color HEX #A02592 Dark Purple

📋 copy color: '#A02592'

red 160 ◦ green 37 ◦ blue 146

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

Shades of Dark Purple #A02592

Tints of Dark Purple #A02592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.57%

R = 46.65%
G = 10.79%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A02592 (or 0xA02592) is known color: Dark Purple. HEX triplet: A0, 25 and 92. RGB value is (160,37,146). Sum of RGB (Red+Green+Blue) = 160+37+146=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A02592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02592 is #5FDA6D. Grayscale: #555555. Windows color (decimal): -6281838 or 9577888. OLE color: 9577888.

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

Color convert

RGB 160 37 146 -
CMYK 0 0.77 0.09 0.37
HSL 306.83º 0.62% 0.39% -
HSV(B) 306.83º 0.77% 0.63% -
XYZ 20.35 10.87 28.22 -
YUV 86.2 161.75 180.64 -
System Red Green Blue C M Y K H S L
Decimal 160 37 146 0 0.77 0.09 0.37 306.83 0.62 0.39
Hex A0 25 92 0 4D 9 25 133 3E 27
Octal 240 45 222 0 115 11 45 463 76 47
Binary 10100000 100101 10010010 0 1001101 1001 100101 100110011 111110 100111

Color Harmonies of #A02592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02592

Black with #A02592

Text Example


Text Example

White with #A02592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02592; }

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

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

background-color css

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

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

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

border-color css

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

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

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