Html Css Color HEX #AC145F Jazzberry Jam

📋 copy color: '#AC145F'

red 172 ◦ green 20 ◦ blue 95

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

Shades of Jazzberry Jam #AC145F

Tints of Jazzberry Jam #AC145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.97%

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

R = 59.93%
G = 6.97%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC145F (or 0xAC145F) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 5F. RGB value is (172,20,95). Sum of RGB (Red+Green+Blue) = 172+20+95=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC145F is #53EBA0. Grayscale: #494949. Windows color (decimal): -5499809 or 6231212. OLE color: 6231212.

HSL color Cylindrical-coordinate representation of color #AC145F: hue angle of 330.39º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC145F is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 95 -
CMYK 0 0.88 0.45 0.33
HSL 330.39º 0.79% 0.38% -
HSV(B) 330.39º 0.88% 0.67% -
XYZ 19.33 10.1 11.76 -
YUV 74 139.86 197.9 -
System Red Green Blue C M Y K H S L
Decimal 172 20 95 0 0.88 0.45 0.33 330.39 0.79 0.38
Hex AC 14 5F 0 58 2D 21 14A 4F 26
Octal 254 24 137 0 130 55 41 512 117 46
Binary 10101100 10100 1011111 0 1011000 101101 100001 101001010 1001111 100110

Color Harmonies of #AC145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC145F

Black with #AC145F

Text Example


Text Example

White with #AC145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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