Html Css Color HEX #AC6FDE Amethyst

📋 copy color: '#AC6FDE'

red 172 ◦ green 111 ◦ blue 222

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

Shades of Amethyst #AC6FDE

Tints of Amethyst #AC6FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.98%

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 34.06%
G = 21.98%
B = 43.96%

CMYK

 C value IS 0.23

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC6FDE (or 0xAC6FDE) is known color: Amethyst. HEX triplet: AC, 6F and DE. RGB value is (172,111,222). Sum of RGB (Red+Green+Blue) = 172+111+222=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC6FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FDE is #539021. Grayscale: #8D8D8D. Windows color (decimal): -5476386 or 14577580. OLE color: 14577580.

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

Color convert

RGB 172 111 222 -
CMYK 0.23 0.5 0 0.13
HSL 272.97º 0.63% 0.65% -
HSV(B) 272.97º 0.5% 0.87% -
XYZ 35.88 25.41 72.12 -
YUV 141.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 172 111 222 0.23 0.5 0 0.13 272.97 0.63 0.65
Hex AC 6F DE 17 32 0 D 111 3F 41
Octal 254 157 336 27 62 0 15 421 77 101
Binary 10101100 1101111 11011110 10111 110010 0 1101 100010001 111111 1000001

Color Harmonies of #AC6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FDE

Black with #AC6FDE

Text Example


Text Example

White with #AC6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FDE; }

 p { color: rgb(172,111,222); }

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

background-color css

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

 a { background-color: rgb(172,111,222); }

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

border-color css

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

 span { border-color: rgb(172,111,222); }

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