Html Css Color HEX #AC205C Jazzberry Jam

📋 copy color: '#AC205C'

red 172 ◦ green 32 ◦ blue 92

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

Shades of Jazzberry Jam #AC205C

Tints of Jazzberry Jam #AC205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 58.11%
G = 10.81%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AC205C (or 0xAC205C) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 5C. RGB value is (172,32,92). Sum of RGB (Red+Green+Blue) = 172+32+92=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC205C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC205C is #53DFA3. Grayscale: #505050. Windows color (decimal): -5496740 or 6037676. OLE color: 6037676.

HSL color Cylindrical-coordinate representation of color #AC205C: hue angle of 334.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 #AC205C is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 32 92 -
CMYK 0 0.81 0.47 0.33
HSL 334.29º 0.69% 0.4% -
HSV(B) 334.29º 0.81% 0.67% -
XYZ 19.46 10.58 11.14 -
YUV 80.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 172 32 92 0 0.81 0.47 0.33 334.29 0.69 0.4
Hex AC 20 5C 0 51 2F 21 14E 45 28
Octal 254 40 134 0 121 57 41 516 105 50
Binary 10101100 100000 1011100 0 1010001 101111 100001 101001110 1000101 101000

Color Harmonies of #AC205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC205C

Black with #AC205C

Text Example


Text Example

White with #AC205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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