Html Css Color HEX #AB0561 Jazzberry Jam

📋 copy color: '#AB0561'

red 171 ◦ green 5 ◦ blue 97

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

Shades of Jazzberry Jam #AB0561

Tints of Jazzberry Jam #AB0561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

 BLUE value IS 97 (38.28% from 255) = 35.53%

R = 62.64%
G = 1.83%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB0561 (or 0xAB0561) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 61. RGB value is (171,5,97). Sum of RGB (Red+Green+Blue) = 171+5+97=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0561 is #54FA9E. Grayscale: #404040. Windows color (decimal): -5569183 or 6358443. OLE color: 6358443.

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

Color convert

RGB 171 5 97 -
CMYK 0 0.97 0.43 0.33
HSL 326.75º 0.94% 0.35% -
HSV(B) 326.75º 0.97% 0.67% -
XYZ 19.01 9.63 12.17 -
YUV 65.12 146 203.52 -
System Red Green Blue C M Y K H S L
Decimal 171 5 97 0 0.97 0.43 0.33 326.75 0.94 0.35
Hex AB 5 61 0 61 2B 21 147 5E 23
Octal 253 5 141 0 141 53 41 507 136 43
Binary 10101011 101 1100001 0 1100001 101011 100001 101000111 1011110 100011

Color Harmonies of #AB0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0561

Black with #AB0561

Text Example


Text Example

White with #AB0561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0561; }

 p { color: rgb(171,5,97); }

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

background-color css

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

 a { background-color: rgb(171,5,97); }

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

border-color css

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

 span { border-color: rgb(171,5,97); }

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