#AB023E

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

Shades of Jazzberry Jam #AB023E

Tints of Jazzberry Jam #AB023E

Color information

#AB023E (or 0xAB023E) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 02 and 3E. RGB value is (171,2,62). Sum of RGB (Red+Green+Blue) = 171+2+62=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB023E is #54FDC1. Grayscale: #3B3B3B. Windows color (decimal): -5569986 or 4063915. OLE color: 4063915.

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

Color convert

RGB171262-
CMYK00.990.640.33
HSL338.7º97.69%33.92%-
HSV(B)338.7º98.83%67.06%-
XYZ17.699.055.37-
YUV59.37129.49207.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 72.77%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=72.77%
G=0.85%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17126200.990.640.33338.797.6933.92
HexAB23E06340211536222
Octal25327601431004152314242
Binary10101011101111100110001110000001000011010100111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB023E; }

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

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

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

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

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

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

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

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