Html Css Color HEX #AC6FDA Amethyst

📋 copy color: '#AC6FDA'

red 172 ◦ green 111 ◦ blue 218

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

Shades of Amethyst #AC6FDA

Tints of Amethyst #AC6FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 34.33%
G = 22.16%
B = 43.51%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC6FDA (or 0xAC6FDA) is known color: Amethyst. HEX triplet: AC, 6F and DA. RGB value is (172,111,218). Sum of RGB (Red+Green+Blue) = 172+111+218=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC6FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FDA is #539025. Grayscale: #8D8D8D. Windows color (decimal): -5476390 or 14315436. OLE color: 14315436.

HSL color Cylindrical-coordinate representation of color #AC6FDA: hue angle of 274.21º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC6FDA is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 111 218 -
CMYK 0.21 0.49 0 0.15
HSL 274.21º 0.59% 0.65% -
HSV(B) 274.21º 0.49% 0.85% -
XYZ 35.35 25.2 69.33 -
YUV 141.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 172 111 218 0.21 0.49 0 0.15 274.21 0.59 0.65
Hex AC 6F DA 15 31 0 F 112 3B 41
Octal 254 157 332 25 61 0 17 422 73 101
Binary 10101100 1101111 11011010 10101 110001 0 1111 100010010 111011 1000001

Color Harmonies of #AC6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FDA

Black with #AC6FDA

Text Example


Text Example

White with #AC6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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