Html Css Color HEX #AC1273 Jazzberry Jam

📋 copy color: '#AC1273'

red 172 ◦ green 18 ◦ blue 115

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

Shades of Jazzberry Jam #AC1273

Tints of Jazzberry Jam #AC1273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 56.39%
G = 5.9%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC1273 (or 0xAC1273) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 73. RGB value is (172,18,115). Sum of RGB (Red+Green+Blue) = 172+18+115=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1273 is #53ED8C. Grayscale: #4A4A4A. Windows color (decimal): -5500301 or 7541420. OLE color: 7541420.

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

Color convert

RGB 172 18 115 -
CMYK 0 0.90 0.33 0.33
HSL 322.21º 0.81% 0.37% -
HSV(B) 322.21º 0.9% 0.67% -
XYZ 20.32 10.44 17.16 -
YUV 75.1 150.52 197.11 -
System Red Green Blue C M Y K H S L
Decimal 172 18 115 0 0.90 0.33 0.33 322.21 0.81 0.37
Hex AC 12 73 0 5A 21 21 142 51 25
Octal 254 22 163 0 132 41 41 502 121 45
Binary 10101100 10010 1110011 0 1011010 100001 100001 101000010 1010001 100101

Color Harmonies of #AC1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1273

Black with #AC1273

Text Example


Text Example

White with #AC1273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1273; }

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

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

background-color css

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

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

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

border-color css

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

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

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