Html Css Color HEX #AC1077 Jazzberry Jam

📋 copy color: '#AC1077'

red 172 ◦ green 16 ◦ blue 119

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

Shades of Jazzberry Jam #AC1077

Tints of Jazzberry Jam #AC1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

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

R = 56.03%
G = 5.21%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC1077 (or 0xAC1077) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 77. RGB value is (172,16,119). Sum of RGB (Red+Green+Blue) = 172+16+119=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1077 is #53EF88. Grayscale: #4A4A4A. Windows color (decimal): -5500809 or 7803052. OLE color: 7803052.

HSL color Cylindrical-coordinate representation of color #AC1077: hue angle of 320.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1077 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 16 119 -
CMYK 0 0.91 0.31 0.33
HSL 320.38º 0.83% 0.37% -
HSV(B) 320.38º 0.91% 0.67% -
XYZ 20.53 10.47 18.39 -
YUV 74.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 172 16 119 0 0.91 0.31 0.33 320.38 0.83 0.37
Hex AC 10 77 0 5B 1F 21 140 53 25
Octal 254 20 167 0 133 37 41 500 123 45
Binary 10101100 10000 1110111 0 1011011 11111 100001 101000000 1010011 100101

Color Harmonies of #AC1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1077

Black with #AC1077

Text Example


Text Example

White with #AC1077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1077; }

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

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

background-color css

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

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

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

border-color css

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

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

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