Html Css Color HEX #AB1774 Jazzberry Jam

📋 copy color: '#AB1774'

red 171 ◦ green 23 ◦ blue 116

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

Shades of Jazzberry Jam #AB1774

Tints of Jazzberry Jam #AB1774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 55.16%
G = 7.42%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB1774 (or 0xAB1774) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 74. RGB value is (171,23,116). Sum of RGB (Red+Green+Blue) = 171+23+116=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1774 is #54E88B. Grayscale: #4D4D4D. Windows color (decimal): -5564556 or 7608235. OLE color: 7608235.

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

Color convert

RGB 171 23 116 -
CMYK 0 0.87 0.32 0.33
HSL 322.3º 0.76% 0.38% -
HSV(B) 322.3º 0.87% 0.67% -
XYZ 20.25 10.53 17.49 -
YUV 77.85 149.53 194.44 -
System Red Green Blue C M Y K H S L
Decimal 171 23 116 0 0.87 0.32 0.33 322.3 0.76 0.38
Hex AB 17 74 0 57 20 21 142 4C 26
Octal 253 27 164 0 127 40 41 502 114 46
Binary 10101011 10111 1110100 0 1010111 100000 100001 101000010 1001100 100110

Color Harmonies of #AB1774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1774

Black with #AB1774

Text Example


Text Example

White with #AB1774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1774; }

 p { color: rgb(171,23,116); }

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

background-color css

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

 a { background-color: rgb(171,23,116); }

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

border-color css

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

 span { border-color: rgb(171,23,116); }

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