Html Css Color HEX #AC2063 Jazzberry Jam

📋 copy color: '#AC2063'

red 172 ◦ green 32 ◦ blue 99

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

Shades of Jazzberry Jam #AC2063

Tints of Jazzberry Jam #AC2063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

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

R = 56.77%
G = 10.56%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC2063 (or 0xAC2063) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 63. RGB value is (172,32,99). Sum of RGB (Red+Green+Blue) = 172+32+99=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2063 is #53DF9C. Grayscale: #515151. Windows color (decimal): -5496733 or 6496428. OLE color: 6496428.

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

Color convert

RGB 172 32 99 -
CMYK 0 0.81 0.42 0.33
HSL 331.29º 0.69% 0.4% -
HSV(B) 331.29º 0.81% 0.67% -
XYZ 19.78 10.7 12.83 -
YUV 81.5 137.88 192.55 -
System Red Green Blue C M Y K H S L
Decimal 172 32 99 0 0.81 0.42 0.33 331.29 0.69 0.4
Hex AC 20 63 0 51 2A 21 14B 45 28
Octal 254 40 143 0 121 52 41 513 105 50
Binary 10101100 100000 1100011 0 1010001 101010 100001 101001011 1000101 101000

Color Harmonies of #AC2063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2063

Black with #AC2063

Text Example


Text Example

White with #AC2063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2063; }

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

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

background-color css

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

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

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

border-color css

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

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

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