Html Css Color HEX #AC1268 Jazzberry Jam

📋 copy color: '#AC1268'

red 172 ◦ green 18 ◦ blue 104

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

Shades of Jazzberry Jam #AC1268

Tints of Jazzberry Jam #AC1268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.37%

R = 58.5%
G = 6.12%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC1268 (or 0xAC1268) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 68. RGB value is (172,18,104). Sum of RGB (Red+Green+Blue) = 172+18+104=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1268 is #53ED97. Grayscale: #494949. Windows color (decimal): -5500312 or 6820524. OLE color: 6820524.

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

Color convert

RGB 172 18 104 -
CMYK 0 0.90 0.40 0.33
HSL 326.49º 0.81% 0.37% -
HSV(B) 326.49º 0.9% 0.67% -
XYZ 19.73 10.2 14.03 -
YUV 73.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 172 18 104 0 0.90 0.40 0.33 326.49 0.81 0.37
Hex AC 12 68 0 5A 28 21 146 51 25
Octal 254 22 150 0 132 50 41 506 121 45
Binary 10101100 10010 1101000 0 1011010 101000 100001 101000110 1010001 100101

Color Harmonies of #AC1268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1268

Black with #AC1268

Text Example


Text Example

White with #AC1268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1268; }

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

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

background-color css

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

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

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

border-color css

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

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

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