Html Css Color HEX #A0216A Jazzberry Jam

📋 copy color: '#A0216A'

red 160 ◦ green 33 ◦ blue 106

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

Shades of Jazzberry Jam #A0216A

Tints of Jazzberry Jam #A0216A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.45%

R = 53.51%
G = 11.04%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0216A (or 0xA0216A) is known color: Jazzberry Jam. HEX triplet: A0, 21 and 6A. RGB value is (160,33,106). Sum of RGB (Red+Green+Blue) = 160+33+106=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A0216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0216A is #5FDE95. Grayscale: #4F4F4F. Windows color (decimal): -6282902 or 6955424. OLE color: 6955424.

HSL color Cylindrical-coordinate representation of color #A0216A: hue angle of 325.51º 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 #A0216A is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 33 106 -
CMYK 0 0.79 0.34 0.37
HSL 325.51º 0.66% 0.38% -
HSV(B) 325.51º 0.79% 0.63% -
XYZ 17.64 9.6 14.56 -
YUV 79.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 160 33 106 0 0.79 0.34 0.37 325.51 0.66 0.38
Hex A0 21 6A 0 4F 22 25 146 42 26
Octal 240 41 152 0 117 42 45 506 102 46
Binary 10100000 100001 1101010 0 1001111 100010 100101 101000110 1000010 100110

Color Harmonies of #A0216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0216A

Black with #A0216A

Text Example


Text Example

White with #A0216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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