Html Css Color HEX #AC205E Jazzberry Jam

📋 copy color: '#AC205E'

red 172 ◦ green 32 ◦ blue 94

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

Shades of Jazzberry Jam #AC205E

Tints of Jazzberry Jam #AC205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 57.72%
G = 10.74%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC205E (or 0xAC205E) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 5E. RGB value is (172,32,94). Sum of RGB (Red+Green+Blue) = 172+32+94=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC205E is #53DFA1. Grayscale: #505050. Windows color (decimal): -5496738 or 6168748. OLE color: 6168748.

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

Color convert

RGB 172 32 94 -
CMYK 0 0.81 0.45 0.33
HSL 333.43º 0.69% 0.4% -
HSV(B) 333.43º 0.81% 0.67% -
XYZ 19.55 10.61 11.61 -
YUV 80.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 172 32 94 0 0.81 0.45 0.33 333.43 0.69 0.4
Hex AC 20 5E 0 51 2D 21 14D 45 28
Octal 254 40 136 0 121 55 41 515 105 50
Binary 10101100 100000 1011110 0 1010001 101101 100001 101001101 1000101 101000

Color Harmonies of #AC205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC205E

Black with #AC205E

Text Example


Text Example

White with #AC205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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