Html Css Color HEX #AB0760 Jazzberry Jam

📋 copy color: '#AB0760'

red 171 ◦ green 7 ◦ blue 96

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

Shades of Jazzberry Jam #AB0760

Tints of Jazzberry Jam #AB0760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 62.41%
G = 2.55%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB0760 (or 0xAB0760) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 60. RGB value is (171,7,96). Sum of RGB (Red+Green+Blue) = 171+7+96=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0760 is #54F89F. Grayscale: #414141. Windows color (decimal): -5568672 or 6293419. OLE color: 6293419.

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

Color convert

RGB 171 7 96 -
CMYK 0 0.96 0.44 0.33
HSL 327.44º 0.92% 0.35% -
HSV(B) 327.44º 0.96% 0.67% -
XYZ 18.98 9.65 11.93 -
YUV 66.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 171 7 96 0 0.96 0.44 0.33 327.44 0.92 0.35
Hex AB 7 60 0 60 2C 21 147 5C 23
Octal 253 7 140 0 140 54 41 507 134 43
Binary 10101011 111 1100000 0 1100000 101100 100001 101000111 1011100 100011

Color Harmonies of #AB0760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0760

Black with #AB0760

Text Example


Text Example

White with #AB0760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0760; }

 p { color: rgb(171,7,96); }

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

background-color css

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

 a { background-color: rgb(171,7,96); }

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

border-color css

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

 span { border-color: rgb(171,7,96); }

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