Html Css Color HEX #AC116A Jazzberry Jam

📋 copy color: '#AC116A'

red 172 ◦ green 17 ◦ blue 106

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

Shades of Jazzberry Jam #AC116A

Tints of Jazzberry Jam #AC116A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 58.31%
G = 5.76%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC116A (or 0xAC116A) is known color: Jazzberry Jam. HEX triplet: AC, 11 and 6A. RGB value is (172,17,106). Sum of RGB (Red+Green+Blue) = 172+17+106=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC116A is #53EE95. Grayscale: #494949. Windows color (decimal): -5500566 or 6951340. OLE color: 6951340.

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

Color convert

RGB 172 17 106 -
CMYK 0 0.90 0.38 0.33
HSL 325.55º 0.82% 0.37% -
HSV(B) 325.55º 0.9% 0.67% -
XYZ 19.82 10.21 14.56 -
YUV 73.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 172 17 106 0 0.90 0.38 0.33 325.55 0.82 0.37
Hex AC 11 6A 0 5A 26 21 146 52 25
Octal 254 21 152 0 132 46 41 506 122 45
Binary 10101100 10001 1101010 0 1011010 100110 100001 101000110 1010010 100101

Color Harmonies of #AC116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC116A

Black with #AC116A

Text Example


Text Example

White with #AC116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC116A; }

 p { color: rgb(172,17,106); }

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

background-color css

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

 a { background-color: rgb(172,17,106); }

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

border-color css

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

 span { border-color: rgb(172,17,106); }

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