Html Css Color HEX #AC205A Jazzberry Jam

📋 copy color: '#AC205A'

red 172 ◦ green 32 ◦ blue 90

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

Shades of Jazzberry Jam #AC205A

Tints of Jazzberry Jam #AC205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.61%

R = 58.5%
G = 10.88%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC205A (or 0xAC205A) is known color: Jazzberry Jam. HEX triplet: AC, 20 and 5A. RGB value is (172,32,90). Sum of RGB (Red+Green+Blue) = 172+32+90=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC205A is #53DFA5. Grayscale: #505050. Windows color (decimal): -5496742 or 5906604. OLE color: 5906604.

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

Color convert

RGB 172 32 90 -
CMYK 0 0.81 0.48 0.33
HSL 335.14º 0.69% 0.4% -
HSV(B) 335.14º 0.81% 0.67% -
XYZ 19.38 10.54 10.69 -
YUV 80.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 172 32 90 0 0.81 0.48 0.33 335.14 0.69 0.4
Hex AC 20 5A 0 51 30 21 14F 45 28
Octal 254 40 132 0 121 60 41 517 105 50
Binary 10101100 100000 1011010 0 1010001 110000 100001 101001111 1000101 101000

Color Harmonies of #AC205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC205A

Black with #AC205A

Text Example


Text Example

White with #AC205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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