#AB025A

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

Shades of Jazzberry Jam #AB025A

Tints of Jazzberry Jam #AB025A

Color information

#AB025A (or 0xAB025A) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 02 and 5A. RGB value is (171,2,90). Sum of RGB (Red+Green+Blue) = 171+2+90=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB025A is #54FDA5. Grayscale: #3E3E3E. Windows color (decimal): -5569958 or 5898923. OLE color: 5898923.

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

Color convert

RGB171290-
CMYK00.990.470.33
HSL328.76º97.69%33.92%-
HSV(B)328.76º98.83%67.06%-
XYZ18.669.4410.51-
YUV62.56143.49205.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.02%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=65.02%
G=0.76%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17129000.990.470.33328.7697.6933.92
HexAB25A0632F211496222
Octal25321320143574151114242
Binary10101011101011010011000111011111000011010010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB025A; }

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

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

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

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

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

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

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

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