Html Css Color HEX #AC126A Jazzberry Jam

📋 copy color: '#AC126A'

red 172 ◦ green 18 ◦ blue 106

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

Shades of Jazzberry Jam #AC126A

Tints of Jazzberry Jam #AC126A

RGB

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

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

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

R = 58.11%
G = 6.08%
B = 35.81%

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

#AC126A (or 0xAC126A) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 6A. RGB value is (172,18,106). Sum of RGB (Red+Green+Blue) = 172+18+106=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC126A is #53ED95. Grayscale: #494949. Windows color (decimal): -5500310 or 6951596. OLE color: 6951596.

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

Color convert

RGB 172 18 106 -
CMYK 0 0.90 0.38 0.33
HSL 325.71º 0.81% 0.37% -
HSV(B) 325.71º 0.9% 0.67% -
XYZ 19.83 10.24 14.57 -
YUV 74.08 146.02 197.84 -
System Red Green Blue C M Y K H S L
Decimal 172 18 106 0 0.90 0.38 0.33 325.71 0.81 0.37
Hex AC 12 6A 0 5A 26 21 146 51 25
Octal 254 22 152 0 132 46 41 506 121 45
Binary 10101100 10010 1101010 0 1011010 100110 100001 101000110 1010001 100101

Color Harmonies of #AC126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC126A

Black with #AC126A

Text Example


Text Example

White with #AC126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC126A; }

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

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

background-color css

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

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

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

border-color css

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

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

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