Html Css Color HEX #A02671 Dark Purple

📋 copy color: '#A02671'

red 160 ◦ green 38 ◦ blue 113

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

Shades of Dark Purple #A02671

Tints of Dark Purple #A02671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 51.45%
G = 12.22%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A02671 (or 0xA02671) is known color: Dark Purple. HEX triplet: A0, 26 and 71. RGB value is (160,38,113). Sum of RGB (Red+Green+Blue) = 160+38+113=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A02671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02671 is #5FD98E. Grayscale: #525252. Windows color (decimal): -6281615 or 7415456. OLE color: 7415456.

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

Color convert

RGB 160 38 113 -
CMYK 0 0.76 0.29 0.37
HSL 323.11º 0.62% 0.39% -
HSV(B) 323.11º 0.76% 0.63% -
XYZ 18.17 10.05 16.61 -
YUV 83.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 160 38 113 0 0.76 0.29 0.37 323.11 0.62 0.39
Hex A0 26 71 0 4C 1D 25 143 3E 27
Octal 240 46 161 0 114 35 45 503 76 47
Binary 10100000 100110 1110001 0 1001100 11101 100101 101000011 111110 100111

Color Harmonies of #A02671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02671

Black with #A02671

Text Example


Text Example

White with #A02671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02671; }

 p { color: rgb(160,38,113); }

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

background-color css

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

 a { background-color: rgb(160,38,113); }

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

border-color css

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

 span { border-color: rgb(160,38,113); }

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