Html Css Color HEX #AC0565 Jazzberry Jam

📋 copy color: '#AC0565'

red 172 ◦ green 5 ◦ blue 101

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

Shades of Jazzberry Jam #AC0565

Tints of Jazzberry Jam #AC0565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.33%

R = 61.87%
G = 1.8%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AC0565 (or 0xAC0565) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 65. RGB value is (172,5,101). Sum of RGB (Red+Green+Blue) = 172+5+101=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0565 is #53FA9A. Grayscale: #414141. Windows color (decimal): -5503643 or 6620588. OLE color: 6620588.

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

Color convert

RGB 172 5 101 -
CMYK 0 0.97 0.41 0.33
HSL 325.51º 0.94% 0.35% -
HSV(B) 325.51º 0.97% 0.67% -
XYZ 19.42 9.82 13.18 -
YUV 65.88 147.83 203.69 -
System Red Green Blue C M Y K H S L
Decimal 172 5 101 0 0.97 0.41 0.33 325.51 0.94 0.35
Hex AC 5 65 0 61 29 21 146 5E 23
Octal 254 5 145 0 141 51 41 506 136 43
Binary 10101100 101 1100101 0 1100001 101001 100001 101000110 1011110 100011

Color Harmonies of #AC0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0565

Black with #AC0565

Text Example


Text Example

White with #AC0565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0565; }

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

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

background-color css

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

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

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

border-color css

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

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

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