Html Css Color HEX #AB044B Jazzberry Jam

📋 copy color: '#AB044B'

red 171 ◦ green 4 ◦ blue 75

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

Shades of Jazzberry Jam #AB044B

Tints of Jazzberry Jam #AB044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30%

R = 68.4%
G = 1.6%
B = 30%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB044B (or 0xAB044B) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 4B. RGB value is (171,4,75). Sum of RGB (Red+Green+Blue) = 171+4+75=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB044B is #54FBB4. Grayscale: #3D3D3D. Windows color (decimal): -5569461 or 4916395. OLE color: 4916395.

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

Color convert

RGB 171 4 75 -
CMYK 0 0.98 0.56 0.33
HSL 334.49º 0.95% 0.34% -
HSV(B) 334.49º 0.98% 0.67% -
XYZ 18.11 9.25 7.49 -
YUV 62.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 171 4 75 0 0.98 0.56 0.33 334.49 0.95 0.34
Hex AB 4 4B 0 62 38 21 14E 5F 22
Octal 253 4 113 0 142 70 41 516 137 42
Binary 10101011 100 1001011 0 1100010 111000 100001 101001110 1011111 100010

Color Harmonies of #AB044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB044B

Black with #AB044B

Text Example


Text Example

White with #AB044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB044B; }

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

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

background-color css

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

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

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

border-color css

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

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

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