Html Css Color HEX #A02581 Dark Purple

📋 copy color: '#A02581'

red 160 ◦ green 37 ◦ blue 129

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

Shades of Dark Purple #A02581

Tints of Dark Purple #A02581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.57%

R = 49.08%
G = 11.35%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A02581 (or 0xA02581) is known color: Dark Purple. HEX triplet: A0, 25 and 81. RGB value is (160,37,129). Sum of RGB (Red+Green+Blue) = 160+37+129=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A02581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02581 is #5FDA7E. Grayscale: #545454. Windows color (decimal): -6281855 or 8463776. OLE color: 8463776.

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

Color convert

RGB 160 37 129 -
CMYK 0 0.77 0.19 0.37
HSL 315.12º 0.62% 0.39% -
HSV(B) 315.12º 0.77% 0.63% -
XYZ 19.12 10.38 21.76 -
YUV 84.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 160 37 129 0 0.77 0.19 0.37 315.12 0.62 0.39
Hex A0 25 81 0 4D 13 25 13B 3E 27
Octal 240 45 201 0 115 23 45 473 76 47
Binary 10100000 100101 10000001 0 1001101 10011 100101 100111011 111110 100111

Color Harmonies of #A02581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02581

Black with #A02581

Text Example


Text Example

White with #A02581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02581; }

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

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

background-color css

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

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

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

border-color css

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

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

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