#AB094B

Color #AB094B Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AB094B

Tints of Jazzberry Jam #AB094B

Color information

#AB094B (or 0xAB094B) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 09 and 4B. RGB value is (171,9,75). Sum of RGB (Red+Green+Blue) = 171+9+75=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB094B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB094B is #54F6B4. Grayscale: #404040. Windows color (decimal): -5568181 or 4917675. OLE color: 4917675.

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

Color convert

RGB171975-
CMYK00.950.560.33
HSL335.56º90%35.29%-
HSV(B)335.56º94.74%67.06%-
XYZ18.169.367.51-
YUV64.96133.67203.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.06%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=67.06%
G=3.53%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17197500.950.560.33335.569035.29
HexAB94B05F38211505a23
Octal253111130137704152013243
Binary1010101110011001011010111111110001000011010100001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB094B; }

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

 H1.HeaderClassName
 {
   color: #AB094B;
 }
 .AnyTagClassName
 {
   color: #AB094B;
 }
</style>
background-color css

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

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

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

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

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

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