Html Css Color HEX #AB0861 Jazzberry Jam

📋 copy color: '#AB0861'

red 171 ◦ green 8 ◦ blue 97

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

Shades of Jazzberry Jam #AB0861

Tints of Jazzberry Jam #AB0861

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

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

R = 61.96%
G = 2.9%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB0861 (or 0xAB0861) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 61. RGB value is (171,8,97). Sum of RGB (Red+Green+Blue) = 171+8+97=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0861 is #54F79E. Grayscale: #424242. Windows color (decimal): -5568415 or 6359211. OLE color: 6359211.

HSL color Cylindrical-coordinate representation of color #AB0861: hue angle of 327.24º degrees, saturation: 0.91, 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 #AB0861 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 8 97 -
CMYK 0 0.95 0.43 0.33
HSL 327.24º 0.91% 0.35% -
HSV(B) 327.24º 0.95% 0.67% -
XYZ 19.04 9.69 12.18 -
YUV 66.88 145 202.26 -
System Red Green Blue C M Y K H S L
Decimal 171 8 97 0 0.95 0.43 0.33 327.24 0.91 0.35
Hex AB 8 61 0 5F 2B 21 147 5B 23
Octal 253 10 141 0 137 53 41 507 133 43
Binary 10101011 1000 1100001 0 1011111 101011 100001 101000111 1011011 100011

Color Harmonies of #AB0861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0861

Black with #AB0861

Text Example


Text Example

White with #AB0861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0861; }

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

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

background-color css

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

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

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

border-color css

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

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

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