Html Css Color HEX #AC0460 Jazzberry Jam

📋 copy color: '#AC0460'

red 172 ◦ green 4 ◦ blue 96

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

Shades of Jazzberry Jam #AC0460

Tints of Jazzberry Jam #AC0460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 63.24%
G = 1.47%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC0460 (or 0xAC0460) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 60. RGB value is (172,4,96). Sum of RGB (Red+Green+Blue) = 172+4+96=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0460 is #53FB9F. Grayscale: #404040. Windows color (decimal): -5503904 or 6292652. OLE color: 6292652.

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

Color convert

RGB 172 4 96 -
CMYK 0 0.98 0.44 0.33
HSL 327.14º 0.95% 0.35% -
HSV(B) 327.14º 0.98% 0.67% -
XYZ 19.17 9.7 11.93 -
YUV 64.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 172 4 96 0 0.98 0.44 0.33 327.14 0.95 0.35
Hex AC 4 60 0 62 2C 21 147 5F 23
Octal 254 4 140 0 142 54 41 507 137 43
Binary 10101100 100 1100000 0 1100010 101100 100001 101000111 1011111 100011

Color Harmonies of #AC0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0460

Black with #AC0460

Text Example


Text Example

White with #AC0460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0460; }

 p { color: rgb(172,4,96); }

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

background-color css

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

 a { background-color: rgb(172,4,96); }

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

border-color css

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

 span { border-color: rgb(172,4,96); }

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