Html Css Color HEX #AC005F Jazzberry Jam

📋 copy color: '#AC005F'

red 172 ◦ green 0 ◦ blue 95

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

Shades of Jazzberry Jam #AC005F

Tints of Jazzberry Jam #AC005F

RGB

 RED value IS 172 (67.58% from 255) = 64.42%

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

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

R = 64.42%
G = 0%
B = 35.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC005F (or 0xAC005F) is known color: Jazzberry Jam. HEX triplet: AC, 00 and 5F. RGB value is (172,0,95). Sum of RGB (Red+Green+Blue) = 172+0+95=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC005F is #53FFA0. Grayscale: #3E3E3E. Windows color (decimal): -5504929 or 6226092. OLE color: 6226092.

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

Color convert

RGB 172 0 95 -
CMYK 0 1 0.45 0.33
HSL 326.86º 1% 0.34% -
HSV(B) 326.86º 1% 0.67% -
XYZ 19.08 9.6 11.67 -
YUV 62.26 146.48 206.28 -
System Red Green Blue C M Y K H S L
Decimal 172 0 95 0 1 0.45 0.33 326.86 1 0.34
Hex AC 0 5F 0 64 2D 21 147 64 22
Octal 254 0 137 0 144 55 41 507 144 42
Binary 10101100 0 1011111 0 1100100 101101 100001 101000111 1100100 100010

Color Harmonies of #AC005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC005F

Black with #AC005F

Text Example


Text Example

White with #AC005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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