Html Css Color HEX #AC126D Jazzberry Jam

📋 copy color: '#AC126D'

red 172 ◦ green 18 ◦ blue 109

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

Shades of Jazzberry Jam #AC126D

Tints of Jazzberry Jam #AC126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 57.53%
G = 6.02%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC126D (or 0xAC126D) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 6D. RGB value is (172,18,109). Sum of RGB (Red+Green+Blue) = 172+18+109=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC126D is #53ED92. Grayscale: #4A4A4A. Windows color (decimal): -5500307 or 7148204. OLE color: 7148204.

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

Color convert

RGB 172 18 109 -
CMYK 0 0.90 0.37 0.33
HSL 324.55º 0.81% 0.37% -
HSV(B) 324.55º 0.9% 0.67% -
XYZ 19.99 10.31 15.4 -
YUV 74.42 147.52 197.6 -
System Red Green Blue C M Y K H S L
Decimal 172 18 109 0 0.90 0.37 0.33 324.55 0.81 0.37
Hex AC 12 6D 0 5A 25 21 145 51 25
Octal 254 22 155 0 132 45 41 505 121 45
Binary 10101100 10010 1101101 0 1011010 100101 100001 101000101 1010001 100101

Color Harmonies of #AC126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC126D

Black with #AC126D

Text Example


Text Example

White with #AC126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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