Html Css Color HEX #A0216F Jazzberry Jam

📋 copy color: '#A0216F'

red 160 ◦ green 33 ◦ blue 111

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

Shades of Jazzberry Jam #A0216F

Tints of Jazzberry Jam #A0216F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.86%

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 52.63%
G = 10.86%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0216F (or 0xA0216F) is known color: Jazzberry Jam. HEX triplet: A0, 21 and 6F. RGB value is (160,33,111). Sum of RGB (Red+Green+Blue) = 160+33+111=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0216F is #5FDE90. Grayscale: #4F4F4F. Windows color (decimal): -6282897 or 7283104. OLE color: 7283104.

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

Color convert

RGB 160 33 111 -
CMYK 0 0.79 0.31 0.37
HSL 323.15º 0.66% 0.38% -
HSV(B) 323.15º 0.79% 0.63% -
XYZ 17.91 9.71 15.97 -
YUV 79.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 160 33 111 0 0.79 0.31 0.37 323.15 0.66 0.38
Hex A0 21 6F 0 4F 1F 25 143 42 26
Octal 240 41 157 0 117 37 45 503 102 46
Binary 10100000 100001 1101111 0 1001111 11111 100101 101000011 1000010 100110

Color Harmonies of #A0216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0216F

Black with #A0216F

Text Example


Text Example

White with #A0216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0216F; }

 p { color: rgb(160,33,111); }

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

background-color css

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

 a { background-color: rgb(160,33,111); }

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

border-color css

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

 span { border-color: rgb(160,33,111); }

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