Html Css Color HEX #AB1775 Jazzberry Jam

📋 copy color: '#AB1775'

red 171 ◦ green 23 ◦ blue 117

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

Shades of Jazzberry Jam #AB1775

Tints of Jazzberry Jam #AB1775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 54.98%
G = 7.4%
B = 37.62%

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

#AB1775 (or 0xAB1775) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 75. RGB value is (171,23,117). Sum of RGB (Red+Green+Blue) = 171+23+117=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1775 is #54E88A. Grayscale: #4D4D4D. Windows color (decimal): -5564555 or 7673771. OLE color: 7673771.

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

Color convert

RGB 171 23 117 -
CMYK 0 0.87 0.32 0.33
HSL 321.89º 0.76% 0.38% -
HSV(B) 321.89º 0.87% 0.67% -
XYZ 20.31 10.56 17.8 -
YUV 77.97 150.03 194.36 -
System Red Green Blue C M Y K H S L
Decimal 171 23 117 0 0.87 0.32 0.33 321.89 0.76 0.38
Hex AB 17 75 0 57 20 21 142 4C 26
Octal 253 27 165 0 127 40 41 502 114 46
Binary 10101011 10111 1110101 0 1010111 100000 100001 101000010 1001100 100110

Color Harmonies of #AB1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1775

Black with #AB1775

Text Example


Text Example

White with #AB1775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1775; }

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

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

background-color css

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

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

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

border-color css

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

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

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