Html Css Color HEX #AB185E Jazzberry Jam

📋 copy color: '#AB185E'

red 171 ◦ green 24 ◦ blue 94

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

Shades of Jazzberry Jam #AB185E

Tints of Jazzberry Jam #AB185E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 59.17%
G = 8.3%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB185E (or 0xAB185E) is known color: Jazzberry Jam. HEX triplet: AB, 18 and 5E. RGB value is (171,24,94). Sum of RGB (Red+Green+Blue) = 171+24+94=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB185E is #54E7A1. Grayscale: #4B4B4B. Windows color (decimal): -5564322 or 6166699. OLE color: 6166699.

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

Color convert

RGB 171 24 94 -
CMYK 0 0.86 0.45 0.33
HSL 331.43º 0.75% 0.38% -
HSV(B) 331.43º 0.86% 0.67% -
XYZ 19.14 10.12 11.53 -
YUV 75.93 138.2 195.81 -
System Red Green Blue C M Y K H S L
Decimal 171 24 94 0 0.86 0.45 0.33 331.43 0.75 0.38
Hex AB 18 5E 0 56 2D 21 14B 4B 26
Octal 253 30 136 0 126 55 41 513 113 46
Binary 10101011 11000 1011110 0 1010110 101101 100001 101001011 1001011 100110

Color Harmonies of #AB185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB185E

Black with #AB185E

Text Example


Text Example

White with #AB185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB185E; }

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

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

background-color css

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

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

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

border-color css

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

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

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