Html Css Color HEX #AC75CE Amethyst

📋 copy color: '#AC75CE'

red 172 ◦ green 117 ◦ blue 206

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

Shades of Amethyst #AC75CE

Tints of Amethyst #AC75CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.62%

R = 34.75%
G = 23.64%
B = 41.62%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC75CE (or 0xAC75CE) is known color: Amethyst. HEX triplet: AC, 75 and CE. RGB value is (172,117,206). Sum of RGB (Red+Green+Blue) = 172+117+206=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC75CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75CE is #538A31. Grayscale: #8F8F8F. Windows color (decimal): -5474866 or 13530540. OLE color: 13530540.

HSL color Cylindrical-coordinate representation of color #AC75CE: hue angle of 277.08º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC75CE is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 117 206 -
CMYK 0.17 0.43 0 0.19
HSL 277.08º 0.48% 0.63% -
HSV(B) 277.08º 0.43% 0.81% -
XYZ 34.52 25.95 61.58 -
YUV 143.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 172 117 206 0.17 0.43 0 0.19 277.08 0.48 0.63
Hex AC 75 CE 11 2B 0 13 115 30 3F
Octal 254 165 316 21 53 0 23 425 60 77
Binary 10101100 1110101 11001110 10001 101011 0 10011 100010101 110000 111111

Color Harmonies of #AC75CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75CE

Black with #AC75CE

Text Example


Text Example

White with #AC75CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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