Html Css Color HEX #AC1277 Jazzberry Jam

📋 copy color: '#AC1277'

red 172 ◦ green 18 ◦ blue 119

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

Shades of Jazzberry Jam #AC1277

Tints of Jazzberry Jam #AC1277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 55.66%
G = 5.83%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC1277 (or 0xAC1277) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 77. RGB value is (172,18,119). Sum of RGB (Red+Green+Blue) = 172+18+119=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1277 is #53ED88. Grayscale: #4B4B4B. Windows color (decimal): -5500297 or 7803564. OLE color: 7803564.

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

Color convert

RGB 172 18 119 -
CMYK 0 0.90 0.31 0.33
HSL 320.65º 0.81% 0.37% -
HSV(B) 320.65º 0.9% 0.67% -
XYZ 20.56 10.54 18.4 -
YUV 75.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 172 18 119 0 0.90 0.31 0.33 320.65 0.81 0.37
Hex AC 12 77 0 5A 1F 21 141 51 25
Octal 254 22 167 0 132 37 41 501 121 45
Binary 10101100 10010 1110111 0 1011010 11111 100001 101000001 1010001 100101

Color Harmonies of #AC1277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1277

Black with #AC1277

Text Example


Text Example

White with #AC1277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1277; }

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

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

background-color css

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

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

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

border-color css

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

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

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