Html Css Color HEX #AC095E Jazzberry Jam

📋 copy color: '#AC095E'

red 172 ◦ green 9 ◦ blue 94

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

Shades of Jazzberry Jam #AC095E

Tints of Jazzberry Jam #AC095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 62.55%
G = 3.27%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC095E (or 0xAC095E) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 5E. RGB value is (172,9,94). Sum of RGB (Red+Green+Blue) = 172+9+94=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC095E is #53F6A1. Grayscale: #434343. Windows color (decimal): -5502626 or 6162860. OLE color: 6162860.

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

Color convert

RGB 172 9 94 -
CMYK 0 0.95 0.45 0.33
HSL 328.71º 0.9% 0.35% -
HSV(B) 328.71º 0.95% 0.67% -
XYZ 19.13 9.77 11.47 -
YUV 67.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 172 9 94 0 0.95 0.45 0.33 328.71 0.9 0.35
Hex AC 9 5E 0 5F 2D 21 149 5A 23
Octal 254 11 136 0 137 55 41 511 132 43
Binary 10101100 1001 1011110 0 1011111 101101 100001 101001001 1011010 100011

Color Harmonies of #AC095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC095E

Black with #AC095E

Text Example


Text Example

White with #AC095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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