Html Css Color HEX #AC126B Jazzberry Jam

📋 copy color: '#AC126B'

red 172 ◦ green 18 ◦ blue 107

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

Shades of Jazzberry Jam #AC126B

Tints of Jazzberry Jam #AC126B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 57.91%
G = 6.06%
B = 36.03%

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

#AC126B (or 0xAC126B) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 6B. RGB value is (172,18,107). Sum of RGB (Red+Green+Blue) = 172+18+107=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC126B is #53ED94. Grayscale: #494949. Windows color (decimal): -5500309 or 7017132. OLE color: 7017132.

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

Color convert

RGB 172 18 107 -
CMYK 0 0.90 0.38 0.33
HSL 325.32º 0.81% 0.37% -
HSV(B) 325.32º 0.9% 0.67% -
XYZ 19.88 10.26 14.84 -
YUV 74.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 172 18 107 0 0.90 0.38 0.33 325.32 0.81 0.37
Hex AC 12 6B 0 5A 26 21 145 51 25
Octal 254 22 153 0 132 46 41 505 121 45
Binary 10101100 10010 1101011 0 1011010 100110 100001 101000101 1010001 100101

Color Harmonies of #AC126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC126B

Black with #AC126B

Text Example


Text Example

White with #AC126B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC126B; }

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

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

background-color css

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

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

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

border-color css

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

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

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