Html Css Color HEX #AC106B Jazzberry Jam

📋 copy color: '#AC106B'

red 172 ◦ green 16 ◦ blue 107

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

Shades of Jazzberry Jam #AC106B

Tints of Jazzberry Jam #AC106B

RGB

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

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

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

R = 58.31%
G = 5.42%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC106B (or 0xAC106B) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 6B. RGB value is (172,16,107). Sum of RGB (Red+Green+Blue) = 172+16+107=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC106B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC106B is #53EF94. Grayscale: #484848. Windows color (decimal): -5500821 or 7016620. OLE color: 7016620.

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

Color convert

RGB 172 16 107 -
CMYK 0 0.91 0.38 0.33
HSL 325º 0.83% 0.37% -
HSV(B) 325º 0.91% 0.67% -
XYZ 19.85 10.2 14.83 -
YUV 73.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 172 16 107 0 0.91 0.38 0.33 325 0.83 0.37
Hex AC 10 6B 0 5B 26 21 145 53 25
Octal 254 20 153 0 133 46 41 505 123 45
Binary 10101100 10000 1101011 0 1011011 100110 100001 101000101 1010011 100101

Color Harmonies of #AC106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC106B

Black with #AC106B

Text Example


Text Example

White with #AC106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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