Html Css Color HEX #AB0460 Jazzberry Jam

📋 copy color: '#AB0460'

red 171 ◦ green 4 ◦ blue 96

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

Shades of Jazzberry Jam #AB0460

Tints of Jazzberry Jam #AB0460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.42%

R = 63.1%
G = 1.48%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB0460 (or 0xAB0460) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 60. RGB value is (171,4,96). Sum of RGB (Red+Green+Blue) = 171+4+96=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0460 is #54FB9F. Grayscale: #404040. Windows color (decimal): -5569440 or 6292651. OLE color: 6292651.

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

Color convert

RGB 171 4 96 -
CMYK 0 0.98 0.44 0.33
HSL 326.95º 0.95% 0.34% -
HSV(B) 326.95º 0.98% 0.67% -
XYZ 18.95 9.59 11.92 -
YUV 64.42 145.83 204.02 -
System Red Green Blue C M Y K H S L
Decimal 171 4 96 0 0.98 0.44 0.33 326.95 0.95 0.34
Hex AB 4 60 0 62 2C 21 147 5F 22
Octal 253 4 140 0 142 54 41 507 137 42
Binary 10101011 100 1100000 0 1100010 101100 100001 101000111 1011111 100010

Color Harmonies of #AB0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0460

Black with #AB0460

Text Example


Text Example

White with #AB0460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0460; }

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

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

background-color css

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

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

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

border-color css

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

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

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