Html Css Color HEX #AB185D Jazzberry Jam

📋 copy color: '#AB185D'

red 171 ◦ green 24 ◦ blue 93

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

Shades of Jazzberry Jam #AB185D

Tints of Jazzberry Jam #AB185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 59.38%
G = 8.33%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB185D (or 0xAB185D) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 5D. RGB value is (171,24,93). Sum of RGB (Red+Green+Blue) = 171+24+93=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB185D is #54E7A2. Grayscale: #4B4B4B. Windows color (decimal): -5564323 or 6101163. OLE color: 6101163.

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

Color convert

RGB 171 24 93 -
CMYK 0 0.86 0.46 0.33
HSL 331.84º 0.75% 0.38% -
HSV(B) 331.84º 0.86% 0.67% -
XYZ 19.1 10.1 11.3 -
YUV 75.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 171 24 93 0 0.86 0.46 0.33 331.84 0.75 0.38
Hex AB 18 5D 0 56 2E 21 14C 4B 26
Octal 253 30 135 0 126 56 41 514 113 46
Binary 10101011 11000 1011101 0 1010110 101110 100001 101001100 1001011 100110

Color Harmonies of #AB185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB185D

Black with #AB185D

Text Example


Text Example

White with #AB185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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