Html Css Color HEX #AB185B Jazzberry Jam

📋 copy color: '#AB185B'

red 171 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #AB185B

Tints of Jazzberry Jam #AB185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 59.79%
G = 8.39%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB185B (or 0xAB185B) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 5B. RGB value is (171,24,91). Sum of RGB (Red+Green+Blue) = 171+24+91=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB185B is #54E7A4. Grayscale: #4B4B4B. Windows color (decimal): -5564325 or 5970091. OLE color: 5970091.

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

Color convert

RGB 171 24 91 -
CMYK 0 0.86 0.47 0.33
HSL 332.65º 0.75% 0.38% -
HSV(B) 332.65º 0.86% 0.67% -
XYZ 19.01 10.07 10.84 -
YUV 75.59 136.7 196.05 -
System Red Green Blue C M Y K H S L
Decimal 171 24 91 0 0.86 0.47 0.33 332.65 0.75 0.38
Hex AB 18 5B 0 56 2F 21 14D 4B 26
Octal 253 30 133 0 126 57 41 515 113 46
Binary 10101011 11000 1011011 0 1010110 101111 100001 101001101 1001011 100110

Color Harmonies of #AB185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB185B

Black with #AB185B

Text Example


Text Example

White with #AB185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB185B; }

 p { color: rgb(171,24,91); }

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

background-color css

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

 a { background-color: rgb(171,24,91); }

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

border-color css

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

 span { border-color: rgb(171,24,91); }

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