Html Css Color HEX #AB226C Jazzberry Jam

📋 copy color: '#AB226C'

red 171 ◦ green 34 ◦ blue 108

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

Shades of Jazzberry Jam #AB226C

Tints of Jazzberry Jam #AB226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.86%

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

R = 54.63%
G = 10.86%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB226C (or 0xAB226C) is known color: Jazzberry Jam. HEX triplet: AB, 22 and 6C. RGB value is (171,34,108). Sum of RGB (Red+Green+Blue) = 171+34+108=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB226C is #54DD93. Grayscale: #535353. Windows color (decimal): -5561748 or 7086763. OLE color: 7086763.

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

Color convert

RGB 171 34 108 -
CMYK 0 0.80 0.37 0.33
HSL 327.59º 0.67% 0.4% -
HSV(B) 327.59º 0.8% 0.67% -
XYZ 20.07 10.88 15.23 -
YUV 83.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 171 34 108 0 0.80 0.37 0.33 327.59 0.67 0.4
Hex AB 22 6C 0 50 25 21 148 43 28
Octal 253 42 154 0 120 45 41 510 103 50
Binary 10101011 100010 1101100 0 1010000 100101 100001 101001000 1000011 101000

Color Harmonies of #AB226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB226C

Black with #AB226C

Text Example


Text Example

White with #AB226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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