Html Css Color HEX #AB136C Jazzberry Jam

📋 copy color: '#AB136C'

red 171 ◦ green 19 ◦ blue 108

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

Shades of Jazzberry Jam #AB136C

Tints of Jazzberry Jam #AB136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.38%

 BLUE value IS 108 (42.58% from 255) = 36.24%

R = 57.38%
G = 6.38%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB136C (or 0xAB136C) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 6C. RGB value is (171,19,108). Sum of RGB (Red+Green+Blue) = 171+19+108=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB136C is #54EC93. Grayscale: #4A4A4A. Windows color (decimal): -5565588 or 7082923. OLE color: 7082923.

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

Color convert

RGB 171 19 108 -
CMYK 0 0.89 0.37 0.33
HSL 324.87º 0.8% 0.37% -
HSV(B) 324.87º 0.89% 0.67% -
XYZ 19.73 10.21 15.12 -
YUV 74.59 146.86 196.76 -
System Red Green Blue C M Y K H S L
Decimal 171 19 108 0 0.89 0.37 0.33 324.87 0.8 0.37
Hex AB 13 6C 0 59 25 21 145 50 25
Octal 253 23 154 0 131 45 41 505 120 45
Binary 10101011 10011 1101100 0 1011001 100101 100001 101000101 1010000 100101

Color Harmonies of #AB136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB136C

Black with #AB136C

Text Example


Text Example

White with #AB136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB136C; }

 p { color: rgb(171,19,108); }

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

background-color css

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

 a { background-color: rgb(171,19,108); }

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

border-color css

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

 span { border-color: rgb(171,19,108); }

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