Html Css Color HEX #AB144F Jazzberry Jam

📋 copy color: '#AB144F'

red 171 ◦ green 20 ◦ blue 79

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

Shades of Jazzberry Jam #AB144F

Tints of Jazzberry Jam #AB144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 63.33%
G = 7.41%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB144F (or 0xAB144F) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 4F. RGB value is (171,20,79). Sum of RGB (Red+Green+Blue) = 171+20+79=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB144F is #54EBB0. Grayscale: #474747. Windows color (decimal): -5565361 or 5182635. OLE color: 5182635.

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

Color convert

RGB 171 20 79 -
CMYK 0 0.88 0.54 0.33
HSL 336.56º 0.79% 0.37% -
HSV(B) 336.56º 0.88% 0.67% -
XYZ 18.46 9.72 8.3 -
YUV 71.88 132.03 198.7 -
System Red Green Blue C M Y K H S L
Decimal 171 20 79 0 0.88 0.54 0.33 336.56 0.79 0.37
Hex AB 14 4F 0 58 36 21 151 4F 25
Octal 253 24 117 0 130 66 41 521 117 45
Binary 10101011 10100 1001111 0 1011000 110110 100001 101010001 1001111 100101

Color Harmonies of #AB144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB144F

Black with #AB144F

Text Example


Text Example

White with #AB144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB144F; }

 p { color: rgb(171,20,79); }

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

background-color css

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

 a { background-color: rgb(171,20,79); }

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

border-color css

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

 span { border-color: rgb(171,20,79); }

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