Html Css Color HEX #AB1965 Jazzberry Jam

📋 copy color: '#AB1965'

red 171 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #AB1965

Tints of Jazzberry Jam #AB1965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.42%

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 57.58%
G = 8.42%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB1965 (or 0xAB1965) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 65. RGB value is (171,25,101). Sum of RGB (Red+Green+Blue) = 171+25+101=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1965 is #54E69A. Grayscale: #4D4D4D. Windows color (decimal): -5564059 or 6625707. OLE color: 6625707.

HSL color Cylindrical-coordinate representation of color #AB1965: hue angle of 328.77º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1965 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 25 101 -
CMYK 0 0.85 0.41 0.33
HSL 328.77º 0.74% 0.38% -
HSV(B) 328.77º 0.85% 0.67% -
XYZ 19.49 10.29 13.27 -
YUV 77.32 141.37 194.82 -
System Red Green Blue C M Y K H S L
Decimal 171 25 101 0 0.85 0.41 0.33 328.77 0.74 0.38
Hex AB 19 65 0 55 29 21 149 4A 26
Octal 253 31 145 0 125 51 41 511 112 46
Binary 10101011 11001 1100101 0 1010101 101001 100001 101001001 1001010 100110

Color Harmonies of #AB1965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1965

Black with #AB1965

Text Example


Text Example

White with #AB1965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1965; }

 p { color: rgb(171,25,101); }

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

background-color css

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

 a { background-color: rgb(171,25,101); }

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

border-color css

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

 span { border-color: rgb(171,25,101); }

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