Html Css Color HEX #AB1647 Jazzberry Jam

📋 copy color: '#AB1647'

red 171 ◦ green 22 ◦ blue 71

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

Shades of Jazzberry Jam #AB1647

Tints of Jazzberry Jam #AB1647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.33%

 BLUE value IS 71 (28.13% from 255) = 26.89%

R = 64.77%
G = 8.33%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB1647 (or 0xAB1647) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 47. RGB value is (171,22,71). Sum of RGB (Red+Green+Blue) = 171+22+71=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1647 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1647 is #54E9B8. Grayscale: #484848. Windows color (decimal): -5564857 or 4658859. OLE color: 4658859.

HSL color Cylindrical-coordinate representation of color #AB1647: hue angle of 340.27º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1647 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 22 71 -
CMYK 0 0.87 0.58 0.33
HSL 340.27º 0.77% 0.38% -
HSV(B) 340.27º 0.87% 0.67% -
XYZ 18.22 9.69 6.87 -
YUV 72.14 127.36 198.52 -
System Red Green Blue C M Y K H S L
Decimal 171 22 71 0 0.87 0.58 0.33 340.27 0.77 0.38
Hex AB 16 47 0 57 3A 21 154 4D 26
Octal 253 26 107 0 127 72 41 524 115 46
Binary 10101011 10110 1000111 0 1010111 111010 100001 101010100 1001101 100110

Color Harmonies of #AB1647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1647

Black with #AB1647

Text Example


Text Example

White with #AB1647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1647; }

 p { color: rgb(171,22,71); }

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

background-color css

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

 a { background-color: rgb(171,22,71); }

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

border-color css

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

 span { border-color: rgb(171,22,71); }

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