Html Css Color HEX #AB1675 Jazzberry Jam

📋 copy color: '#AB1675'

red 171 ◦ green 22 ◦ blue 117

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

Shades of Jazzberry Jam #AB1675

Tints of Jazzberry Jam #AB1675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.1%

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

R = 55.16%
G = 7.1%
B = 37.74%

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

#AB1675 (or 0xAB1675) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 75. RGB value is (171,22,117). Sum of RGB (Red+Green+Blue) = 171+22+117=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1675 is #54E98A. Grayscale: #4D4D4D. Windows color (decimal): -5564811 or 7673515. OLE color: 7673515.

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

Color convert

RGB 171 22 117 -
CMYK 0 0.87 0.32 0.33
HSL 321.75º 0.77% 0.38% -
HSV(B) 321.75º 0.87% 0.67% -
XYZ 20.29 10.52 17.79 -
YUV 77.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 171 22 117 0 0.87 0.32 0.33 321.75 0.77 0.38
Hex AB 16 75 0 57 20 21 142 4D 26
Octal 253 26 165 0 127 40 41 502 115 46
Binary 10101011 10110 1110101 0 1010111 100000 100001 101000010 1001101 100110

Color Harmonies of #AB1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1675

Black with #AB1675

Text Example


Text Example

White with #AB1675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1675; }

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

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

background-color css

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

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

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

border-color css

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

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

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