Html Css Color HEX #A02575 Dark Purple

📋 copy color: '#A02575'

red 160 ◦ green 37 ◦ blue 117

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

Shades of Dark Purple #A02575

Tints of Dark Purple #A02575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 50.96%
G = 11.78%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A02575 (or 0xA02575) is known color: Dark Purple. HEX triplet: A0, 25 and 75. RGB value is (160,37,117). Sum of RGB (Red+Green+Blue) = 160+37+117=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A02575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02575 is #5FDA8A. Grayscale: #525252. Windows color (decimal): -6281867 or 7677344. OLE color: 7677344.

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

Color convert

RGB 160 37 117 -
CMYK 0 0.77 0.27 0.37
HSL 320.98º 0.62% 0.39% -
HSV(B) 320.98º 0.77% 0.63% -
XYZ 18.37 10.08 17.81 -
YUV 82.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 160 37 117 0 0.77 0.27 0.37 320.98 0.62 0.39
Hex A0 25 75 0 4D 1B 25 141 3E 27
Octal 240 45 165 0 115 33 45 501 76 47
Binary 10100000 100101 1110101 0 1001101 11011 100101 101000001 111110 100111

Color Harmonies of #A02575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02575

Black with #A02575

Text Example


Text Example

White with #A02575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02575; }

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

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

background-color css

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

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

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

border-color css

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

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

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