Html Css Color HEX #A0216C Jazzberry Jam

📋 copy color: '#A0216C'

red 160 ◦ green 33 ◦ blue 108

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

Shades of Jazzberry Jam #A0216C

Tints of Jazzberry Jam #A0216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 53.16%
G = 10.96%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0216C (or 0xA0216C) is known color: Jazzberry Jam. HEX triplet: A0, 21 and 6C. RGB value is (160,33,108). Sum of RGB (Red+Green+Blue) = 160+33+108=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0216C is #5FDE93. Grayscale: #4F4F4F. Windows color (decimal): -6282900 or 7086496. OLE color: 7086496.

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

Color convert

RGB 160 33 108 -
CMYK 0 0.79 0.32 0.37
HSL 324.57º 0.66% 0.38% -
HSV(B) 324.57º 0.79% 0.63% -
XYZ 17.75 9.64 15.11 -
YUV 79.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 160 33 108 0 0.79 0.32 0.37 324.57 0.66 0.38
Hex A0 21 6C 0 4F 20 25 145 42 26
Octal 240 41 154 0 117 40 45 505 102 46
Binary 10100000 100001 1101100 0 1001111 100000 100101 101000101 1000010 100110

Color Harmonies of #A0216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0216C

Black with #A0216C

Text Example


Text Example

White with #A0216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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