Html Css Color HEX #AB216C Jazzberry Jam

📋 copy color: '#AB216C'

red 171 ◦ green 33 ◦ blue 108

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

Shades of Jazzberry Jam #AB216C

Tints of Jazzberry Jam #AB216C

RGB

 RED value IS 171 (67.19% from 255) = 54.81%

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

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

R = 54.81%
G = 10.58%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB216C (or 0xAB216C) is known color: Jazzberry Jam. HEX triplet: AB, 21 and 6C. RGB value is (171,33,108). Sum of RGB (Red+Green+Blue) = 171+33+108=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB216C is #54DE93. Grayscale: #525252. Windows color (decimal): -5562004 or 7086507. OLE color: 7086507.

HSL color Cylindrical-coordinate representation of color #AB216C: hue angle of 327.39º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB216C is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 33 108 -
CMYK 0 0.81 0.37 0.33
HSL 327.39º 0.68% 0.4% -
HSV(B) 327.39º 0.81% 0.67% -
XYZ 20.05 10.83 15.22 -
YUV 82.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 171 33 108 0 0.81 0.37 0.33 327.39 0.68 0.4
Hex AB 21 6C 0 51 25 21 147 44 28
Octal 253 41 154 0 121 45 41 507 104 50
Binary 10101011 100001 1101100 0 1010001 100101 100001 101000111 1000100 101000

Color Harmonies of #AB216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB216C

Black with #AB216C

Text Example


Text Example

White with #AB216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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