Html Css Color HEX #AC6CDF Amethyst

📋 copy color: '#AC6CDF'

red 172 ◦ green 108 ◦ blue 223

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

Shades of Amethyst #AC6CDF

Tints of Amethyst #AC6CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 34.19%
G = 21.47%
B = 44.33%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC6CDF (or 0xAC6CDF) is known color: Amethyst. HEX triplet: AC, 6C and DF. RGB value is (172,108,223). Sum of RGB (Red+Green+Blue) = 172+108+223=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC6CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CDF is #539320. Grayscale: #8B8B8B. Windows color (decimal): -5477153 or 14642348. OLE color: 14642348.

HSL color Cylindrical-coordinate representation of color #AC6CDF: hue angle of 273.39º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC6CDF is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 108 223 -
CMYK 0.23 0.52 0 0.13
HSL 273.39º 0.64% 0.65% -
HSV(B) 273.39º 0.52% 0.87% -
XYZ 35.7 24.82 72.72 -
YUV 140.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 172 108 223 0.23 0.52 0 0.13 273.39 0.64 0.65
Hex AC 6C DF 17 34 0 D 111 40 41
Octal 254 154 337 27 64 0 15 421 100 101
Binary 10101100 1101100 11011111 10111 110100 0 1101 100010001 1000000 1000001

Color Harmonies of #AC6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6CDF

Black with #AC6CDF

Text Example


Text Example

White with #AC6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6CDF; }

 p { color: rgb(172,108,223); }

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

background-color css

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

 a { background-color: rgb(172,108,223); }

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

border-color css

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

 span { border-color: rgb(172,108,223); }

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