Html Css Color HEX #AB1963 Jazzberry Jam

📋 copy color: '#AB1963'

red 171 ◦ green 25 ◦ blue 99

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

Shades of Jazzberry Jam #AB1963

Tints of Jazzberry Jam #AB1963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 57.97%
G = 8.47%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB1963 (or 0xAB1963) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 63. RGB value is (171,25,99). Sum of RGB (Red+Green+Blue) = 171+25+99=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1963 is #54E69C. Grayscale: #4C4C4C. Windows color (decimal): -5564061 or 6494635. OLE color: 6494635.

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

Color convert

RGB 171 25 99 -
CMYK 0 0.85 0.42 0.33
HSL 329.59º 0.74% 0.38% -
HSV(B) 329.59º 0.85% 0.67% -
XYZ 19.39 10.25 12.76 -
YUV 77.09 140.37 194.98 -
System Red Green Blue C M Y K H S L
Decimal 171 25 99 0 0.85 0.42 0.33 329.59 0.74 0.38
Hex AB 19 63 0 55 2A 21 14A 4A 26
Octal 253 31 143 0 125 52 41 512 112 46
Binary 10101011 11001 1100011 0 1010101 101010 100001 101001010 1001010 100110

Color Harmonies of #AB1963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1963

Black with #AB1963

Text Example


Text Example

White with #AB1963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1963; }

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

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

background-color css

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

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

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

border-color css

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

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

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