Html Css Color HEX #AB126F Jazzberry Jam

📋 copy color: '#AB126F'

red 171 ◦ green 18 ◦ blue 111

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

Shades of Jazzberry Jam #AB126F

Tints of Jazzberry Jam #AB126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

 BLUE value IS 111 (43.75% from 255) = 37%

R = 57%
G = 6%
B = 37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB126F (or 0xAB126F) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 6F. RGB value is (171,18,111). Sum of RGB (Red+Green+Blue) = 171+18+111=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB126F is #54ED90. Grayscale: #4A4A4A. Windows color (decimal): -5565841 or 7279275. OLE color: 7279275.

HSL color Cylindrical-coordinate representation of color #AB126F: hue angle of 323.53º degrees, saturation: 0.81, 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 #AB126F is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 18 111 -
CMYK 0 0.89 0.35 0.33
HSL 323.53º 0.81% 0.37% -
HSV(B) 323.53º 0.89% 0.67% -
XYZ 19.88 10.24 15.97 -
YUV 74.35 148.69 196.94 -
System Red Green Blue C M Y K H S L
Decimal 171 18 111 0 0.89 0.35 0.33 323.53 0.81 0.37
Hex AB 12 6F 0 59 23 21 144 51 25
Octal 253 22 157 0 131 43 41 504 121 45
Binary 10101011 10010 1101111 0 1011001 100011 100001 101000100 1010001 100101

Color Harmonies of #AB126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB126F

Black with #AB126F

Text Example


Text Example

White with #AB126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB126F; }

 p { color: rgb(171,18,111); }

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

background-color css

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

 a { background-color: rgb(171,18,111); }

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

border-color css

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

 span { border-color: rgb(171,18,111); }

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