Html Css Color HEX #AC75CC Amethyst

📋 copy color: '#AC75CC'

red 172 ◦ green 117 ◦ blue 204

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

Shades of Amethyst #AC75CC

Tints of Amethyst #AC75CC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.73%

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 34.89%
G = 23.73%
B = 41.38%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC75CC (or 0xAC75CC) is known color: Amethyst. HEX triplet: AC, 75 and CC. RGB value is (172,117,204). Sum of RGB (Red+Green+Blue) = 172+117+204=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC75CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75CC is #538A33. Grayscale: #8F8F8F. Windows color (decimal): -5474868 or 13399468. OLE color: 13399468.

HSL color Cylindrical-coordinate representation of color #AC75CC: hue angle of 277.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC75CC is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 117 204 -
CMYK 0.16 0.43 0 0.2
HSL 277.93º 0.46% 0.63% -
HSV(B) 277.93º 0.43% 0.8% -
XYZ 34.27 25.85 60.31 -
YUV 143.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 172 117 204 0.16 0.43 0 0.2 277.93 0.46 0.63
Hex AC 75 CC 10 2B 0 14 116 2E 3F
Octal 254 165 314 20 53 0 24 426 56 77
Binary 10101100 1110101 11001100 10000 101011 0 10100 100010110 101110 111111

Color Harmonies of #AC75CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75CC

Black with #AC75CC

Text Example


Text Example

White with #AC75CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75CC; }

 p { color: rgb(172,117,204); }

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

background-color css

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

 a { background-color: rgb(172,117,204); }

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

border-color css

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

 span { border-color: rgb(172,117,204); }

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