Html Css Color HEX #AB164A Jazzberry Jam

📋 copy color: '#AB164A'

red 171 ◦ green 22 ◦ blue 74

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

Shades of Jazzberry Jam #AB164A

Tints of Jazzberry Jam #AB164A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.72%

R = 64.04%
G = 8.24%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB164A (or 0xAB164A) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 4A. RGB value is (171,22,74). Sum of RGB (Red+Green+Blue) = 171+22+74=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB164A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB164A is #54E9B5. Grayscale: #484848. Windows color (decimal): -5564854 or 4855467. OLE color: 4855467.

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

Color convert

RGB 171 22 74 -
CMYK 0 0.87 0.57 0.33
HSL 339.06º 0.77% 0.38% -
HSV(B) 339.06º 0.87% 0.67% -
XYZ 18.32 9.73 7.39 -
YUV 72.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 171 22 74 0 0.87 0.57 0.33 339.06 0.77 0.38
Hex AB 16 4A 0 57 39 21 153 4D 26
Octal 253 26 112 0 127 71 41 523 115 46
Binary 10101011 10110 1001010 0 1010111 111001 100001 101010011 1001101 100110

Color Harmonies of #AB164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB164A

Black with #AB164A

Text Example


Text Example

White with #AB164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB164A; }

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

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

background-color css

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

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

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

border-color css

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

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

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