Html Css Color HEX #AB053E Jazzberry Jam

📋 copy color: '#AB053E'

red 171 ◦ green 5 ◦ blue 62

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

Shades of Jazzberry Jam #AB053E

Tints of Jazzberry Jam #AB053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.05%

R = 71.85%
G = 2.1%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB053E (or 0xAB053E) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 3E. RGB value is (171,5,62). Sum of RGB (Red+Green+Blue) = 171+5+62=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB053E is #54FAC1. Grayscale: #3D3D3D. Windows color (decimal): -5569218 or 4064683. OLE color: 4064683.

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

Color convert

RGB 171 5 62 -
CMYK 0 0.97 0.64 0.33
HSL 339.4º 0.94% 0.35% -
HSV(B) 339.4º 0.97% 0.67% -
XYZ 17.72 9.11 5.38 -
YUV 61.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 171 5 62 0 0.97 0.64 0.33 339.4 0.94 0.35
Hex AB 5 3E 0 61 40 21 153 5E 23
Octal 253 5 76 0 141 100 41 523 136 43
Binary 10101011 101 111110 0 1100001 1000000 100001 101010011 1011110 100011

Color Harmonies of #AB053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB053E

Black with #AB053E

Text Example


Text Example

White with #AB053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB053E; }

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

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

background-color css

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

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

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

border-color css

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

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

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