Html Css Color HEX #A02975 Dark Purple

📋 copy color: '#A02975'

red 160 ◦ green 41 ◦ blue 117

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

Shades of Dark Purple #A02975

Tints of Dark Purple #A02975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.89%

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

R = 50.31%
G = 12.89%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A02975 (or 0xA02975) is known color: Dark Purple. HEX triplet: A0, 29 and 75. RGB value is (160,41,117). Sum of RGB (Red+Green+Blue) = 160+41+117=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A02975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02975 is #5FD68A. Grayscale: #555555. Windows color (decimal): -6280843 or 7678368. OLE color: 7678368.

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

Color convert

RGB 160 41 117 -
CMYK 0 0.74 0.27 0.37
HSL 321.68º 0.59% 0.39% -
HSV(B) 321.68º 0.74% 0.63% -
XYZ 18.5 10.34 17.85 -
YUV 85.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 160 41 117 0 0.74 0.27 0.37 321.68 0.59 0.39
Hex A0 29 75 0 4A 1B 25 142 3B 27
Octal 240 51 165 0 112 33 45 502 73 47
Binary 10100000 101001 1110101 0 1001010 11011 100101 101000010 111011 100111

Color Harmonies of #A02975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02975

Black with #A02975

Text Example


Text Example

White with #A02975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02975; }

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

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

background-color css

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

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

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

border-color css

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

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

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