Html Css Color HEX #AB1B72 Jazzberry Jam

📋 copy color: '#AB1B72'

red 171 ◦ green 27 ◦ blue 114

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

Shades of Jazzberry Jam #AB1B72

Tints of Jazzberry Jam #AB1B72

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.65%

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 54.81%
G = 8.65%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB1B72 (or 0xAB1B72) is known color: Jazzberry Jam. HEX triplet: AB, 1B and 72. RGB value is (171,27,114). Sum of RGB (Red+Green+Blue) = 171+27+114=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B72 is #54E48D. Grayscale: #4F4F4F. Windows color (decimal): -5563534 or 7478187. OLE color: 7478187.

HSL color Cylindrical-coordinate representation of color #AB1B72: hue angle of 323.75º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B72 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 27 114 -
CMYK 0 0.84 0.33 0.33
HSL 323.75º 0.73% 0.39% -
HSV(B) 323.75º 0.84% 0.67% -
XYZ 20.22 10.66 16.91 -
YUV 79.97 147.21 192.93 -
System Red Green Blue C M Y K H S L
Decimal 171 27 114 0 0.84 0.33 0.33 323.75 0.73 0.39
Hex AB 1B 72 0 54 21 21 144 49 27
Octal 253 33 162 0 124 41 41 504 111 47
Binary 10101011 11011 1110010 0 1010100 100001 100001 101000100 1001001 100111

Color Harmonies of #AB1B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B72

Black with #AB1B72

Text Example


Text Example

White with #AB1B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B72; }

 p { color: rgb(171,27,114); }

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

background-color css

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

 a { background-color: rgb(171,27,114); }

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

border-color css

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

 span { border-color: rgb(171,27,114); }

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