Html Css Color HEX #AB005F Jazzberry Jam

📋 copy color: '#AB005F'

red 171 ◦ green 0 ◦ blue 95

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

Shades of Jazzberry Jam #AB005F

Tints of Jazzberry Jam #AB005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.29%
G = 0%
B = 35.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB005F (or 0xAB005F) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 5F. RGB value is (171,0,95). Sum of RGB (Red+Green+Blue) = 171+0+95=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB005F is #54FFA0. Grayscale: #3D3D3D. Windows color (decimal): -5570465 or 6226091. OLE color: 6226091.

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

Color convert

RGB 171 0 95 -
CMYK 0 1 0.44 0.33
HSL 326.67º 1% 0.34% -
HSV(B) 326.67º 1% 0.67% -
XYZ 18.86 9.48 11.66 -
YUV 61.96 146.65 205.78 -
System Red Green Blue C M Y K H S L
Decimal 171 0 95 0 1 0.44 0.33 326.67 1 0.34
Hex AB 0 5F 0 64 2C 21 147 64 22
Octal 253 0 137 0 144 54 41 507 144 42
Binary 10101011 0 1011111 0 1100100 101100 100001 101000111 1100100 100010

Color Harmonies of #AB005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB005F

Black with #AB005F

Text Example


Text Example

White with #AB005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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