Html Css Color HEX #AB0955 Jazzberry Jam

📋 copy color: '#AB0955'

red 171 ◦ green 9 ◦ blue 85

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

Shades of Jazzberry Jam #AB0955

Tints of Jazzberry Jam #AB0955

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

 BLUE value IS 85 (33.59% from 255) = 32.08%

R = 64.53%
G = 3.4%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB0955 (or 0xAB0955) is known color: Jazzberry Jam. HEX triplet: AB, 09 and 55. RGB value is (171,9,85). Sum of RGB (Red+Green+Blue) = 171+9+85=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0955 is #54F6AA. Grayscale: #414141. Windows color (decimal): -5568171 or 5573035. OLE color: 5573035.

HSL color Cylindrical-coordinate representation of color #AB0955: hue angle of 331.85º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0955 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 9 85 -
CMYK 0 0.95 0.50 0.33
HSL 331.85º 0.9% 0.35% -
HSV(B) 331.85º 0.95% 0.67% -
XYZ 18.53 9.51 9.45 -
YUV 66.1 138.67 202.82 -
System Red Green Blue C M Y K H S L
Decimal 171 9 85 0 0.95 0.50 0.33 331.85 0.9 0.35
Hex AB 9 55 0 5F 32 21 14C 5A 23
Octal 253 11 125 0 137 62 41 514 132 43
Binary 10101011 1001 1010101 0 1011111 110010 100001 101001100 1011010 100011

Color Harmonies of #AB0955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0955

Black with #AB0955

Text Example


Text Example

White with #AB0955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0955; }

 p { color: rgb(171,9,85); }

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

background-color css

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

 a { background-color: rgb(171,9,85); }

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

border-color css

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

 span { border-color: rgb(171,9,85); }

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