Html Css Color HEX #AB1768 Jazzberry Jam

📋 copy color: '#AB1768'

red 171 ◦ green 23 ◦ blue 104

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

Shades of Jazzberry Jam #AB1768

Tints of Jazzberry Jam #AB1768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 57.38%
G = 7.72%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB1768 (or 0xAB1768) is known color: Jazzberry Jam. HEX triplet: AB, 17 and 68. RGB value is (171,23,104). Sum of RGB (Red+Green+Blue) = 171+23+104=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1768 is #54E897. Grayscale: #4C4C4C. Windows color (decimal): -5564568 or 6821803. OLE color: 6821803.

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

Color convert

RGB 171 23 104 -
CMYK 0 0.87 0.39 0.33
HSL 327.16º 0.76% 0.38% -
HSV(B) 327.16º 0.87% 0.67% -
XYZ 19.6 10.27 14.05 -
YUV 76.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 171 23 104 0 0.87 0.39 0.33 327.16 0.76 0.38
Hex AB 17 68 0 57 27 21 147 4C 26
Octal 253 27 150 0 127 47 41 507 114 46
Binary 10101011 10111 1101000 0 1010111 100111 100001 101000111 1001100 100110

Color Harmonies of #AB1768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1768

Black with #AB1768

Text Example


Text Example

White with #AB1768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1768; }

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

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

background-color css

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

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

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

border-color css

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

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

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