Html Css Color HEX #A46FDA Amethyst

📋 copy color: '#A46FDA'

red 164 ◦ green 111 ◦ blue 218

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

Shades of Amethyst #A46FDA

Tints of Amethyst #A46FDA

RGB

 RED value IS 164 (64.45% from 255) = 33.27%

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

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

R = 33.27%
G = 22.52%
B = 44.22%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A46FDA (or 0xA46FDA) is known color: Amethyst. HEX triplet: A4, 6F and DA. RGB value is (164,111,218). Sum of RGB (Red+Green+Blue) = 164+111+218=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #A46FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FDA is #5B9025. Grayscale: #8A8A8A. Windows color (decimal): -6000678 or 14315428. OLE color: 14315428.

HSL color Cylindrical-coordinate representation of color #A46FDA: hue angle of 269.72º 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 #A46FDA is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 111 218 -
CMYK 0.25 0.49 0 0.15
HSL 269.72º 0.59% 0.65% -
HSV(B) 269.72º 0.49% 0.85% -
XYZ 33.65 24.32 69.25 -
YUV 139.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 164 111 218 0.25 0.49 0 0.15 269.72 0.59 0.65
Hex A4 6F DA 19 31 0 F 10E 3B 41
Octal 244 157 332 31 61 0 17 416 73 101
Binary 10100100 1101111 11011010 11001 110001 0 1111 100001110 111011 1000001

Color Harmonies of #A46FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FDA

Black with #A46FDA

Text Example


Text Example

White with #A46FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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