Html Css Color HEX #AB014C Jazzberry Jam

📋 copy color: '#AB014C'

red 171 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #AB014C

Tints of Jazzberry Jam #AB014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 76 (30.08% from 255) = 30.65%

R = 68.95%
G = 0.4%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB014C (or 0xAB014C) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 4C. RGB value is (171,1,76). Sum of RGB (Red+Green+Blue) = 171+1+76=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB014C is #54FEB3. Grayscale: #3C3C3C. Windows color (decimal): -5570228 or 4981163. OLE color: 4981163.

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

Color convert

RGB 171 1 76 -
CMYK 0 0.99 0.56 0.33
HSL 333.53º 0.99% 0.34% -
HSV(B) 333.53º 0.99% 0.67% -
XYZ 18.11 9.2 7.66 -
YUV 60.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 171 1 76 0 0.99 0.56 0.33 333.53 0.99 0.34
Hex AB 1 4C 0 63 38 21 14E 63 22
Octal 253 1 114 0 143 70 41 516 143 42
Binary 10101011 1 1001100 0 1100011 111000 100001 101001110 1100011 100010

Color Harmonies of #AB014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB014C

Black with #AB014C

Text Example


Text Example

White with #AB014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB014C; }

 p { color: rgb(171,1,76); }

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

background-color css

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

 a { background-color: rgb(171,1,76); }

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

border-color css

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

 span { border-color: rgb(171,1,76); }

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