Html Css Color HEX #AC095B Jazzberry Jam

📋 copy color: '#AC095B'

red 172 ◦ green 9 ◦ blue 91

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

Shades of Jazzberry Jam #AC095B

Tints of Jazzberry Jam #AC095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.31%

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 63.24%
G = 3.31%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC095B (or 0xAC095B) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 5B. RGB value is (172,9,91). Sum of RGB (Red+Green+Blue) = 172+9+91=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC095B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC095B is #53F6A4. Grayscale: #424242. Windows color (decimal): -5502629 or 5966252. OLE color: 5966252.

HSL color Cylindrical-coordinate representation of color #AC095B: hue angle of 329.82º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC095B is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 9 91 -
CMYK 0 0.95 0.47 0.33
HSL 329.82º 0.9% 0.35% -
HSV(B) 329.82º 0.95% 0.67% -
XYZ 19 9.72 10.77 -
YUV 67.09 141.5 202.83 -
System Red Green Blue C M Y K H S L
Decimal 172 9 91 0 0.95 0.47 0.33 329.82 0.9 0.35
Hex AC 9 5B 0 5F 2F 21 14A 5A 23
Octal 254 11 133 0 137 57 41 512 132 43
Binary 10101100 1001 1011011 0 1011111 101111 100001 101001010 1011010 100011

Color Harmonies of #AC095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC095B

Black with #AC095B

Text Example


Text Example

White with #AC095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC095B; }

 p { color: rgb(172,9,91); }

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

background-color css

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

 a { background-color: rgb(172,9,91); }

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

border-color css

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

 span { border-color: rgb(172,9,91); }

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