Html Css Color HEX #AB015F Jazzberry Jam

📋 copy color: '#AB015F'

red 171 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #AB015F

Tints of Jazzberry Jam #AB015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.58%

R = 64.04%
G = 0.37%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB015F (or 0xAB015F) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 5F. RGB value is (171,1,95). Sum of RGB (Red+Green+Blue) = 171+1+95=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB015F is #54FEA0. Grayscale: #3E3E3E. Windows color (decimal): -5570209 or 6226347. OLE color: 6226347.

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

Color convert

RGB 171 1 95 -
CMYK 0 0.99 0.44 0.33
HSL 326.82º 0.99% 0.34% -
HSV(B) 326.82º 0.99% 0.67% -
XYZ 18.87 9.51 11.67 -
YUV 62.55 146.32 205.36 -
System Red Green Blue C M Y K H S L
Decimal 171 1 95 0 0.99 0.44 0.33 326.82 0.99 0.34
Hex AB 1 5F 0 63 2C 21 147 63 22
Octal 253 1 137 0 143 54 41 507 143 42
Binary 10101011 1 1011111 0 1100011 101100 100001 101000111 1100011 100010

Color Harmonies of #AB015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB015F

Black with #AB015F

Text Example


Text Example

White with #AB015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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