Html Css Color HEX #AC0563 Jazzberry Jam

📋 copy color: '#AC0563'

red 172 ◦ green 5 ◦ blue 99

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

Shades of Jazzberry Jam #AC0563

Tints of Jazzberry Jam #AC0563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 62.32%
G = 1.81%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC0563 (or 0xAC0563) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 63. RGB value is (172,5,99). Sum of RGB (Red+Green+Blue) = 172+5+99=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0563 is #53FA9C. Grayscale: #414141. Windows color (decimal): -5503645 or 6489516. OLE color: 6489516.

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

Color convert

RGB 172 5 99 -
CMYK 0 0.97 0.42 0.33
HSL 326.23º 0.94% 0.35% -
HSV(B) 326.23º 0.97% 0.67% -
XYZ 19.32 9.78 12.67 -
YUV 65.65 146.83 203.86 -
System Red Green Blue C M Y K H S L
Decimal 172 5 99 0 0.97 0.42 0.33 326.23 0.94 0.35
Hex AC 5 63 0 61 2A 21 146 5E 23
Octal 254 5 143 0 141 52 41 506 136 43
Binary 10101100 101 1100011 0 1100001 101010 100001 101000110 1011110 100011

Color Harmonies of #AC0563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0563

Black with #AC0563

Text Example


Text Example

White with #AC0563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0563; }

 p { color: rgb(172,5,99); }

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

background-color css

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

 a { background-color: rgb(172,5,99); }

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

border-color css

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

 span { border-color: rgb(172,5,99); }

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