Html Css Color HEX #AC145C Jazzberry Jam

📋 copy color: '#AC145C'

red 172 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #AC145C

Tints of Jazzberry Jam #AC145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 60.56%
G = 7.04%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC145C (or 0xAC145C) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 5C. RGB value is (172,20,92). Sum of RGB (Red+Green+Blue) = 172+20+92=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC145C is #53EBA3. Grayscale: #494949. Windows color (decimal): -5499812 or 6034604. OLE color: 6034604.

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

Color convert

RGB 172 20 92 -
CMYK 0 0.88 0.47 0.33
HSL 331.58º 0.79% 0.38% -
HSV(B) 331.58º 0.88% 0.67% -
XYZ 19.2 10.04 11.05 -
YUV 73.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 172 20 92 0 0.88 0.47 0.33 331.58 0.79 0.38
Hex AC 14 5C 0 58 2F 21 14C 4F 26
Octal 254 24 134 0 130 57 41 514 117 46
Binary 10101100 10100 1011100 0 1011000 101111 100001 101001100 1001111 100110

Color Harmonies of #AC145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC145C

Black with #AC145C

Text Example


Text Example

White with #AC145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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