Html Css Color HEX #A02071 Jazzberry Jam

📋 copy color: '#A02071'

red 160 ◦ green 32 ◦ blue 113

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

Shades of Jazzberry Jam #A02071

Tints of Jazzberry Jam #A02071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

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

R = 52.46%
G = 10.49%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A02071 (or 0xA02071) is known color: Jazzberry Jam. HEX triplet: A0, 20 and 71. RGB value is (160,32,113). Sum of RGB (Red+Green+Blue) = 160+32+113=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A02071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02071 is #5FDF8E. Grayscale: #4F4F4F. Windows color (decimal): -6283151 or 7413920. OLE color: 7413920.

HSL color Cylindrical-coordinate representation of color #A02071: hue angle of 322.03º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02071 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 113 -
CMYK 0 0.80 0.29 0.37
HSL 322.03º 0.67% 0.38% -
HSV(B) 322.03º 0.8% 0.63% -
XYZ 17.99 9.7 16.55 -
YUV 79.51 146.91 185.41 -
System Red Green Blue C M Y K H S L
Decimal 160 32 113 0 0.80 0.29 0.37 322.03 0.67 0.38
Hex A0 20 71 0 50 1D 25 142 43 26
Octal 240 40 161 0 120 35 45 502 103 46
Binary 10100000 100000 1110001 0 1010000 11101 100101 101000010 1000011 100110

Color Harmonies of #A02071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02071

Black with #A02071

Text Example


Text Example

White with #A02071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02071; }

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

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

background-color css

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

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

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

border-color css

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

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

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