Html Css Color HEX #AB114A Jazzberry Jam

📋 copy color: '#AB114A'

red 171 ◦ green 17 ◦ blue 74

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

Shades of Jazzberry Jam #AB114A

Tints of Jazzberry Jam #AB114A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.49%

 BLUE value IS 74 (29.3% from 255) = 28.24%

R = 65.27%
G = 6.49%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB114A (or 0xAB114A) is known color: Jazzberry Jam. HEX triplet: AB, 11 and 4A. RGB value is (171,17,74). Sum of RGB (Red+Green+Blue) = 171+17+74=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB114A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB114A is #54EEB5. Grayscale: #454545. Windows color (decimal): -5566134 or 4854187. OLE color: 4854187.

HSL color Cylindrical-coordinate representation of color #AB114A: hue angle of 337.79º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB114A is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 74 -
CMYK 0 0.90 0.57 0.33
HSL 337.79º 0.82% 0.37% -
HSV(B) 337.79º 0.9% 0.67% -
XYZ 18.23 9.55 7.36 -
YUV 69.54 130.52 200.37 -
System Red Green Blue C M Y K H S L
Decimal 171 17 74 0 0.90 0.57 0.33 337.79 0.82 0.37
Hex AB 11 4A 0 5A 39 21 152 52 25
Octal 253 21 112 0 132 71 41 522 122 45
Binary 10101011 10001 1001010 0 1011010 111001 100001 101010010 1010010 100101

Color Harmonies of #AB114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB114A

Black with #AB114A

Text Example


Text Example

White with #AB114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB114A; }

 p { color: rgb(171,17,74); }

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

background-color css

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

 a { background-color: rgb(171,17,74); }

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

border-color css

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

 span { border-color: rgb(171,17,74); }

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