Html Css Color HEX #AC2363 Jazzberry Jam

📋 copy color: '#AC2363'

red 172 ◦ green 35 ◦ blue 99

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

Shades of Jazzberry Jam #AC2363

Tints of Jazzberry Jam #AC2363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

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

R = 56.21%
G = 11.44%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC2363 (or 0xAC2363) is known color: Jazzberry Jam. HEX triplet: AC, 23 and 63. RGB value is (172,35,99). Sum of RGB (Red+Green+Blue) = 172+35+99=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2363 is #53DC9C. Grayscale: #535353. Windows color (decimal): -5495965 or 6497196. OLE color: 6497196.

HSL color Cylindrical-coordinate representation of color #AC2363: hue angle of 331.97º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2363 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 35 99 -
CMYK 0 0.80 0.42 0.33
HSL 331.97º 0.66% 0.41% -
HSV(B) 331.97º 0.8% 0.67% -
XYZ 19.87 10.87 12.86 -
YUV 83.26 136.89 191.3 -
System Red Green Blue C M Y K H S L
Decimal 172 35 99 0 0.80 0.42 0.33 331.97 0.66 0.41
Hex AC 23 63 0 50 2A 21 14C 42 29
Octal 254 43 143 0 120 52 41 514 102 51
Binary 10101100 100011 1100011 0 1010000 101010 100001 101001100 1000010 101001

Color Harmonies of #AC2363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2363

Black with #AC2363

Text Example


Text Example

White with #AC2363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2363; }

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

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

background-color css

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

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

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

border-color css

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

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

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