Html Css Color HEX #AC095A Jazzberry Jam

📋 copy color: '#AC095A'

red 172 ◦ green 9 ◦ blue 90

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

Shades of Jazzberry Jam #AC095A

Tints of Jazzberry Jam #AC095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 63.47%
G = 3.32%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC095A (or 0xAC095A) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 5A. RGB value is (172,9,90). Sum of RGB (Red+Green+Blue) = 172+9+90=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC095A is #53F6A5. Grayscale: #424242. Windows color (decimal): -5502630 or 5900716. OLE color: 5900716.

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

Color convert

RGB 172 9 90 -
CMYK 0 0.95 0.48 0.33
HSL 330.18º 0.9% 0.35% -
HSV(B) 330.18º 0.95% 0.67% -
XYZ 18.96 9.7 10.55 -
YUV 66.97 141 202.91 -
System Red Green Blue C M Y K H S L
Decimal 172 9 90 0 0.95 0.48 0.33 330.18 0.9 0.35
Hex AC 9 5A 0 5F 30 21 14A 5A 23
Octal 254 11 132 0 137 60 41 512 132 43
Binary 10101100 1001 1011010 0 1011111 110000 100001 101001010 1011010 100011

Color Harmonies of #AC095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC095A

Black with #AC095A

Text Example


Text Example

White with #AC095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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