Html Css Color HEX #AC1267 Jazzberry Jam

📋 copy color: '#AC1267'

red 172 ◦ green 18 ◦ blue 103

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

Shades of Jazzberry Jam #AC1267

Tints of Jazzberry Jam #AC1267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.15%

R = 58.7%
G = 6.14%
B = 35.15%

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

#AC1267 (or 0xAC1267) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 67. RGB value is (172,18,103). Sum of RGB (Red+Green+Blue) = 172+18+103=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1267 is #53ED98. Grayscale: #494949. Windows color (decimal): -5500313 or 6754988. OLE color: 6754988.

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

Color convert

RGB 172 18 103 -
CMYK 0 0.90 0.40 0.33
HSL 326.88º 0.81% 0.37% -
HSV(B) 326.88º 0.9% 0.67% -
XYZ 19.68 10.18 13.76 -
YUV 73.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 172 18 103 0 0.90 0.40 0.33 326.88 0.81 0.37
Hex AC 12 67 0 5A 28 21 147 51 25
Octal 254 22 147 0 132 50 41 507 121 45
Binary 10101100 10010 1100111 0 1011010 101000 100001 101000111 1010001 100101

Color Harmonies of #AC1267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1267

Black with #AC1267

Text Example


Text Example

White with #AC1267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1267; }

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

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

background-color css

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

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

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

border-color css

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

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

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