Html Css Color HEX #AC095C Jazzberry Jam

📋 copy color: '#AC095C'

red 172 ◦ green 9 ◦ blue 92

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

Shades of Jazzberry Jam #AC095C

Tints of Jazzberry Jam #AC095C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 63%
G = 3.3%
B = 33.7%

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

#AC095C (or 0xAC095C) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 5C. RGB value is (172,9,92). Sum of RGB (Red+Green+Blue) = 172+9+92=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC095C is #53F6A3. Grayscale: #434343. Windows color (decimal): -5502628 or 6031788. OLE color: 6031788.

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

Color convert

RGB 172 9 92 -
CMYK 0 0.95 0.47 0.33
HSL 329.45º 0.9% 0.35% -
HSV(B) 329.45º 0.95% 0.67% -
XYZ 19.04 9.74 11 -
YUV 67.2 142 202.75 -
System Red Green Blue C M Y K H S L
Decimal 172 9 92 0 0.95 0.47 0.33 329.45 0.9 0.35
Hex AC 9 5C 0 5F 2F 21 149 5A 23
Octal 254 11 134 0 137 57 41 511 132 43
Binary 10101100 1001 1011100 0 1011111 101111 100001 101001001 1011010 100011

Color Harmonies of #AC095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC095C

Black with #AC095C

Text Example


Text Example

White with #AC095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC095C; }

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

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

background-color css

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

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

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

border-color css

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

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

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