Html Css Color HEX #AB164D Jazzberry Jam

📋 copy color: '#AB164D'

red 171 ◦ green 22 ◦ blue 77

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

Shades of Jazzberry Jam #AB164D

Tints of Jazzberry Jam #AB164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.52%

R = 63.33%
G = 8.15%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB164D (or 0xAB164D) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 4D. RGB value is (171,22,77). Sum of RGB (Red+Green+Blue) = 171+22+77=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB164D is #54E9B2. Grayscale: #484848. Windows color (decimal): -5564851 or 5052075. OLE color: 5052075.

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

Color convert

RGB 171 22 77 -
CMYK 0 0.87 0.55 0.33
HSL 337.85º 0.77% 0.38% -
HSV(B) 337.85º 0.87% 0.67% -
XYZ 18.42 9.77 7.94 -
YUV 72.82 130.36 198.03 -
System Red Green Blue C M Y K H S L
Decimal 171 22 77 0 0.87 0.55 0.33 337.85 0.77 0.38
Hex AB 16 4D 0 57 37 21 152 4D 26
Octal 253 26 115 0 127 67 41 522 115 46
Binary 10101011 10110 1001101 0 1010111 110111 100001 101010010 1001101 100110

Color Harmonies of #AB164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB164D

Black with #AB164D

Text Example


Text Example

White with #AB164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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