Html Css Color HEX #AB056F Jazzberry Jam

📋 copy color: '#AB056F'

red 171 ◦ green 5 ◦ blue 111

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

Shades of Jazzberry Jam #AB056F

Tints of Jazzberry Jam #AB056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 59.58%
G = 1.74%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB056F (or 0xAB056F) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 6F. RGB value is (171,5,111). Sum of RGB (Red+Green+Blue) = 171+5+111=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB056F is #54FA90. Grayscale: #424242. Windows color (decimal): -5569169 or 7275947. OLE color: 7275947.

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

Color convert

RGB 171 5 111 -
CMYK 0 0.97 0.35 0.33
HSL 321.69º 0.94% 0.35% -
HSV(B) 321.69º 0.97% 0.67% -
XYZ 19.72 9.91 15.91 -
YUV 66.72 153 202.38 -
System Red Green Blue C M Y K H S L
Decimal 171 5 111 0 0.97 0.35 0.33 321.69 0.94 0.35
Hex AB 5 6F 0 61 23 21 142 5E 23
Octal 253 5 157 0 141 43 41 502 136 43
Binary 10101011 101 1101111 0 1100001 100011 100001 101000010 1011110 100011

Color Harmonies of #AB056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB056F

Black with #AB056F

Text Example


Text Example

White with #AB056F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB056F; }

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

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

background-color css

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

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

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

border-color css

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

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

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