Html Css Color HEX #AB0846 Jazzberry Jam

📋 copy color: '#AB0846'

red 171 ◦ green 8 ◦ blue 70

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

Shades of Jazzberry Jam #AB0846

Tints of Jazzberry Jam #AB0846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.11%

R = 68.67%
G = 3.21%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB0846 (or 0xAB0846) is known color: Jazzberry Jam. HEX triplet: AB, 08 and 46. RGB value is (171,8,70). Sum of RGB (Red+Green+Blue) = 171+8+70=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0846 is #54F7B9. Grayscale: #3F3F3F. Windows color (decimal): -5568442 or 4589739. OLE color: 4589739.

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

Color convert

RGB 171 8 70 -
CMYK 0 0.95 0.59 0.33
HSL 337.18º 0.91% 0.35% -
HSV(B) 337.18º 0.95% 0.67% -
XYZ 17.99 9.27 6.64 -
YUV 63.81 131.5 204.46 -
System Red Green Blue C M Y K H S L
Decimal 171 8 70 0 0.95 0.59 0.33 337.18 0.91 0.35
Hex AB 8 46 0 5F 3B 21 151 5B 23
Octal 253 10 106 0 137 73 41 521 133 43
Binary 10101011 1000 1000110 0 1011111 111011 100001 101010001 1011011 100011

Color Harmonies of #AB0846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0846

Black with #AB0846

Text Example


Text Example

White with #AB0846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0846; }

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

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

background-color css

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

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

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

border-color css

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

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

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