Html Css Color HEX #AB1150 Jazzberry Jam

📋 copy color: '#AB1150'

red 171 ◦ green 17 ◦ blue 80

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

Shades of Jazzberry Jam #AB1150

Tints of Jazzberry Jam #AB1150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 63.81%
G = 6.34%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB1150 (or 0xAB1150) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 50. RGB value is (171,17,80). Sum of RGB (Red+Green+Blue) = 171+17+80=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1150 is #54EEAF. Grayscale: #464646. Windows color (decimal): -5566128 or 5247403. OLE color: 5247403.

HSL color Cylindrical-coordinate representation of color #AB1150: hue angle of 335.45º 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 #AB1150 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 80 -
CMYK 0 0.90 0.53 0.33
HSL 335.45º 0.82% 0.37% -
HSV(B) 335.45º 0.9% 0.67% -
XYZ 18.44 9.64 8.48 -
YUV 70.23 133.52 199.88 -
System Red Green Blue C M Y K H S L
Decimal 171 17 80 0 0.90 0.53 0.33 335.45 0.82 0.37
Hex AB 11 50 0 5A 35 21 14F 52 25
Octal 253 21 120 0 132 65 41 517 122 45
Binary 10101011 10001 1010000 0 1011010 110101 100001 101001111 1010010 100101

Color Harmonies of #AB1150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1150

Black with #AB1150

Text Example


Text Example

White with #AB1150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1150; }

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

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

background-color css

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

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

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

border-color css

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

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

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