Html Css Color HEX #AB1046 Jazzberry Jam

📋 copy color: '#AB1046'

red 171 ◦ green 16 ◦ blue 70

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

Shades of Jazzberry Jam #AB1046

Tints of Jazzberry Jam #AB1046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

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

R = 66.54%
G = 6.23%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB1046 (or 0xAB1046) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 46. RGB value is (171,16,70). Sum of RGB (Red+Green+Blue) = 171+16+70=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1046 is #54EFB9. Grayscale: #444444. Windows color (decimal): -5566394 or 4591787. OLE color: 4591787.

HSL color Cylindrical-coordinate representation of color #AB1046: hue angle of 339.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB1046 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 16 70 -
CMYK 0 0.91 0.59 0.33
HSL 339.1º 0.83% 0.37% -
HSV(B) 339.1º 0.91% 0.67% -
XYZ 18.09 9.47 6.67 -
YUV 68.5 128.85 201.11 -
System Red Green Blue C M Y K H S L
Decimal 171 16 70 0 0.91 0.59 0.33 339.1 0.83 0.37
Hex AB 10 46 0 5B 3B 21 153 53 25
Octal 253 20 106 0 133 73 41 523 123 45
Binary 10101011 10000 1000110 0 1011011 111011 100001 101010011 1010011 100101

Color Harmonies of #AB1046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1046

Black with #AB1046

Text Example


Text Example

White with #AB1046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1046; }

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

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

background-color css

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

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

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

border-color css

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

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

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