Html Css Color HEX #A02475 Dark Purple

📋 copy color: '#A02475'

red 160 ◦ green 36 ◦ blue 117

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

Shades of Dark Purple #A02475

Tints of Dark Purple #A02475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

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

R = 51.12%
G = 11.5%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A02475 (or 0xA02475) is known color: Dark Purple. HEX triplet: A0, 24 and 75. RGB value is (160,36,117). Sum of RGB (Red+Green+Blue) = 160+36+117=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A02475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02475 is #5FDB8A. Grayscale: #525252. Windows color (decimal): -6282123 or 7677088. OLE color: 7677088.

HSL color Cylindrical-coordinate representation of color #A02475: hue angle of 320.81º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02475 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 36 117 -
CMYK 0 0.78 0.27 0.37
HSL 320.81º 0.63% 0.38% -
HSV(B) 320.81º 0.78% 0.63% -
XYZ 18.34 10.02 17.8 -
YUV 82.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 160 36 117 0 0.78 0.27 0.37 320.81 0.63 0.38
Hex A0 24 75 0 4E 1B 25 141 3F 26
Octal 240 44 165 0 116 33 45 501 77 46
Binary 10100000 100100 1110101 0 1001110 11011 100101 101000001 111111 100110

Color Harmonies of #A02475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02475

Black with #A02475

Text Example


Text Example

White with #A02475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02475; }

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

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

background-color css

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

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

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

border-color css

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

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

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