Html Css Color HEX #AC1270 Jazzberry Jam

📋 copy color: '#AC1270'

red 172 ◦ green 18 ◦ blue 112

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

Shades of Jazzberry Jam #AC1270

Tints of Jazzberry Jam #AC1270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

 BLUE value IS 112 (44.14% from 255) = 37.09%

R = 56.95%
G = 5.96%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC1270 (or 0xAC1270) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 70. RGB value is (172,18,112). Sum of RGB (Red+Green+Blue) = 172+18+112=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1270 is #53ED8F. Grayscale: #4A4A4A. Windows color (decimal): -5500304 or 7344812. OLE color: 7344812.

HSL color Cylindrical-coordinate representation of color #AC1270: hue angle of 323.38º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1270 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 112 -
CMYK 0 0.90 0.35 0.33
HSL 323.38º 0.81% 0.37% -
HSV(B) 323.38º 0.9% 0.67% -
XYZ 20.15 10.37 16.27 -
YUV 74.76 149.02 197.36 -
System Red Green Blue C M Y K H S L
Decimal 172 18 112 0 0.90 0.35 0.33 323.38 0.81 0.37
Hex AC 12 70 0 5A 23 21 143 51 25
Octal 254 22 160 0 132 43 41 503 121 45
Binary 10101100 10010 1110000 0 1011010 100011 100001 101000011 1010001 100101

Color Harmonies of #AC1270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1270

Black with #AC1270

Text Example


Text Example

White with #AC1270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1270; }

 p { color: rgb(172,18,112); }

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

background-color css

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

 a { background-color: rgb(172,18,112); }

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

border-color css

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

 span { border-color: rgb(172,18,112); }

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