Html Css Color HEX #AB044F Jazzberry Jam

📋 copy color: '#AB044F'

red 171 ◦ green 4 ◦ blue 79

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

Shades of Jazzberry Jam #AB044F

Tints of Jazzberry Jam #AB044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 67.32%
G = 1.57%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB044F (or 0xAB044F) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 4F. RGB value is (171,4,79). Sum of RGB (Red+Green+Blue) = 171+4+79=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB044F is #54FBB0. Grayscale: #3E3E3E. Windows color (decimal): -5569457 or 5178539. OLE color: 5178539.

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

Color convert

RGB 171 4 79 -
CMYK 0 0.98 0.54 0.33
HSL 333.05º 0.95% 0.34% -
HSV(B) 333.05º 0.98% 0.67% -
XYZ 18.25 9.31 8.23 -
YUV 62.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 171 4 79 0 0.98 0.54 0.33 333.05 0.95 0.34
Hex AB 4 4F 0 62 36 21 14D 5F 22
Octal 253 4 117 0 142 66 41 515 137 42
Binary 10101011 100 1001111 0 1100010 110110 100001 101001101 1011111 100010

Color Harmonies of #AB044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB044F

Black with #AB044F

Text Example


Text Example

White with #AB044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB044F; }

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

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

background-color css

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

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

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

border-color css

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

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

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