Html Css Color HEX #AB1A61 Jazzberry Jam

📋 copy color: '#AB1A61'

red 171 ◦ green 26 ◦ blue 97

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

Shades of Jazzberry Jam #AB1A61

Tints of Jazzberry Jam #AB1A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

 BLUE value IS 97 (38.28% from 255) = 32.99%

R = 58.16%
G = 8.84%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB1A61 (or 0xAB1A61) is known color: Jazzberry Jam. HEX triplet: AB, 1A and 61. RGB value is (171,26,97). Sum of RGB (Red+Green+Blue) = 171+26+97=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1A61 is #54E59E. Grayscale: #4D4D4D. Windows color (decimal): -5563807 or 6363819. OLE color: 6363819.

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

Color convert

RGB 171 26 97 -
CMYK 0 0.85 0.43 0.33
HSL 330.62º 0.74% 0.39% -
HSV(B) 330.62º 0.85% 0.67% -
XYZ 19.32 10.26 12.27 -
YUV 77.45 139.04 194.73 -
System Red Green Blue C M Y K H S L
Decimal 171 26 97 0 0.85 0.43 0.33 330.62 0.74 0.39
Hex AB 1A 61 0 55 2B 21 14B 4A 27
Octal 253 32 141 0 125 53 41 513 112 47
Binary 10101011 11010 1100001 0 1010101 101011 100001 101001011 1001010 100111

Color Harmonies of #AB1A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A61

Black with #AB1A61

Text Example


Text Example

White with #AB1A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A61; }

 p { color: rgb(171,26,97); }

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

background-color css

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

 a { background-color: rgb(171,26,97); }

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

border-color css

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

 span { border-color: rgb(171,26,97); }

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