Html Css Color HEX #AB1148 Jazzberry Jam

📋 copy color: '#AB1148'

red 171 ◦ green 17 ◦ blue 72

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

Shades of Jazzberry Jam #AB1148

Tints of Jazzberry Jam #AB1148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.54%

 BLUE value IS 72 (28.52% from 255) = 27.69%

R = 65.77%
G = 6.54%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB1148 (or 0xAB1148) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 48. RGB value is (171,17,72). Sum of RGB (Red+Green+Blue) = 171+17+72=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1148 is #54EEB7. Grayscale: #454545. Windows color (decimal): -5566136 or 4723115. OLE color: 4723115.

HSL color Cylindrical-coordinate representation of color #AB1148: hue angle of 338.57º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1148 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 72 -
CMYK 0 0.90 0.58 0.33
HSL 338.57º 0.82% 0.37% -
HSV(B) 338.57º 0.9% 0.67% -
XYZ 18.16 9.53 7.01 -
YUV 69.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 171 17 72 0 0.90 0.58 0.33 338.57 0.82 0.37
Hex AB 11 48 0 5A 3A 21 153 52 25
Octal 253 21 110 0 132 72 41 523 122 45
Binary 10101011 10001 1001000 0 1011010 111010 100001 101010011 1010010 100101

Color Harmonies of #AB1148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1148

Black with #AB1148

Text Example


Text Example

White with #AB1148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1148; }

 p { color: rgb(171,17,72); }

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

background-color css

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

 a { background-color: rgb(171,17,72); }

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

border-color css

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

 span { border-color: rgb(171,17,72); }

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