Html Css Color HEX #AB053F Jazzberry Jam

📋 copy color: '#AB053F'

red 171 ◦ green 5 ◦ blue 63

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

Shades of Jazzberry Jam #AB053F

Tints of Jazzberry Jam #AB053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

 BLUE value IS 63 (25% from 255) = 26.36%

R = 71.55%
G = 2.09%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB053F (or 0xAB053F) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 3F. RGB value is (171,5,63). Sum of RGB (Red+Green+Blue) = 171+5+63=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB053F is #54FAC0. Grayscale: #3D3D3D. Windows color (decimal): -5569217 or 4130219. OLE color: 4130219.

HSL color Cylindrical-coordinate representation of color #AB053F: hue angle of 339.04º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB053F is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 5 63 -
CMYK 0 0.97 0.63 0.33
HSL 339.04º 0.94% 0.35% -
HSV(B) 339.04º 0.97% 0.67% -
XYZ 17.75 9.13 5.53 -
YUV 61.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 171 5 63 0 0.97 0.63 0.33 339.04 0.94 0.35
Hex AB 5 3F 0 61 3F 21 153 5E 23
Octal 253 5 77 0 141 77 41 523 136 43
Binary 10101011 101 111111 0 1100001 111111 100001 101010011 1011110 100011

Color Harmonies of #AB053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB053F

Black with #AB053F

Text Example


Text Example

White with #AB053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB053F; }

 p { color: rgb(171,5,63); }

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

background-color css

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

 a { background-color: rgb(171,5,63); }

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

border-color css

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

 span { border-color: rgb(171,5,63); }

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