Html Css Color HEX #AB0856 Jazzberry Jam

📋 copy color: '#AB0856'

red 171 ◦ green 8 ◦ blue 86

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

Shades of Jazzberry Jam #AB0856

Tints of Jazzberry Jam #AB0856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 64.53%
G = 3.02%
B = 32.45%

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

#AB0856 (or 0xAB0856) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 56. RGB value is (171,8,86). Sum of RGB (Red+Green+Blue) = 171+8+86=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0856 is #54F7A9. Grayscale: #414141. Windows color (decimal): -5568426 or 5638315. OLE color: 5638315.

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

Color convert

RGB 171 8 86 -
CMYK 0 0.95 0.50 0.33
HSL 331.29º 0.91% 0.35% -
HSV(B) 331.29º 0.95% 0.67% -
XYZ 18.56 9.5 9.66 -
YUV 65.63 139.5 203.16 -
System Red Green Blue C M Y K H S L
Decimal 171 8 86 0 0.95 0.50 0.33 331.29 0.91 0.35
Hex AB 8 56 0 5F 32 21 14B 5B 23
Octal 253 10 126 0 137 62 41 513 133 43
Binary 10101011 1000 1010110 0 1011111 110010 100001 101001011 1011011 100011

Color Harmonies of #AB0856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0856

Black with #AB0856

Text Example


Text Example

White with #AB0856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0856; }

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

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

background-color css

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

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

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

border-color css

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

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

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