Html Css Color HEX #AC0363 Jazzberry Jam

📋 copy color: '#AC0363'

red 172 ◦ green 3 ◦ blue 99

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

Shades of Jazzberry Jam #AC0363

Tints of Jazzberry Jam #AC0363

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 62.77%
G = 1.09%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC0363 (or 0xAC0363) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 63. RGB value is (172,3,99). Sum of RGB (Red+Green+Blue) = 172+3+99=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0363 is #53FC9C. Grayscale: #404040. Windows color (decimal): -5504157 or 6489004. OLE color: 6489004.

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

Color convert

RGB 172 3 99 -
CMYK 0 0.98 0.42 0.33
HSL 325.92º 0.97% 0.34% -
HSV(B) 325.92º 0.98% 0.67% -
XYZ 19.3 9.74 12.67 -
YUV 64.48 147.49 204.69 -
System Red Green Blue C M Y K H S L
Decimal 172 3 99 0 0.98 0.42 0.33 325.92 0.97 0.34
Hex AC 3 63 0 62 2A 21 146 61 22
Octal 254 3 143 0 142 52 41 506 141 42
Binary 10101100 11 1100011 0 1100010 101010 100001 101000110 1100001 100010

Color Harmonies of #AC0363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0363

Black with #AC0363

Text Example


Text Example

White with #AC0363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0363; }

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

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

background-color css

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

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

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

border-color css

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

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

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