Html Css Color HEX #AC1262 Jazzberry Jam

📋 copy color: '#AC1262'

red 172 ◦ green 18 ◦ blue 98

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

Shades of Jazzberry Jam #AC1262

Tints of Jazzberry Jam #AC1262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.03%

R = 59.72%
G = 6.25%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC1262 (or 0xAC1262) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 62. RGB value is (172,18,98). Sum of RGB (Red+Green+Blue) = 172+18+98=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1262 is #53ED9D. Grayscale: #494949. Windows color (decimal): -5500318 or 6427308. OLE color: 6427308.

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

Color convert

RGB 172 18 98 -
CMYK 0 0.90 0.43 0.33
HSL 328.83º 0.81% 0.37% -
HSV(B) 328.83º 0.9% 0.67% -
XYZ 19.43 10.09 12.48 -
YUV 73.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 172 18 98 0 0.90 0.43 0.33 328.83 0.81 0.37
Hex AC 12 62 0 5A 2B 21 149 51 25
Octal 254 22 142 0 132 53 41 511 121 45
Binary 10101100 10010 1100010 0 1011010 101011 100001 101001001 1010001 100101

Color Harmonies of #AC1262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1262

Black with #AC1262

Text Example


Text Example

White with #AC1262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1262; }

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

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

background-color css

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

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

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

border-color css

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

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

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