Html Css Color HEX #AC1264 Jazzberry Jam

📋 copy color: '#AC1264'

red 172 ◦ green 18 ◦ blue 100

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

Shades of Jazzberry Jam #AC1264

Tints of Jazzberry Jam #AC1264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 59.31%
G = 6.21%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC1264 (or 0xAC1264) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 64. RGB value is (172,18,100). Sum of RGB (Red+Green+Blue) = 172+18+100=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1264 is #53ED9B. Grayscale: #494949. Windows color (decimal): -5500316 or 6558380. OLE color: 6558380.

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

Color convert

RGB 172 18 100 -
CMYK 0 0.90 0.42 0.33
HSL 328.05º 0.81% 0.37% -
HSV(B) 328.05º 0.9% 0.67% -
XYZ 19.53 10.12 12.98 -
YUV 73.39 143.02 198.33 -
System Red Green Blue C M Y K H S L
Decimal 172 18 100 0 0.90 0.42 0.33 328.05 0.81 0.37
Hex AC 12 64 0 5A 2A 21 148 51 25
Octal 254 22 144 0 132 52 41 510 121 45
Binary 10101100 10010 1100100 0 1011010 101010 100001 101001000 1010001 100101

Color Harmonies of #AC1264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1264

Black with #AC1264

Text Example


Text Example

White with #AC1264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1264; }

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

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

background-color css

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

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

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

border-color css

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

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

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