Html Css Color HEX #A46FCD Amethyst

📋 copy color: '#A46FCD'

red 164 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #A46FCD

Tints of Amethyst #A46FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 34.17%
G = 23.13%
B = 42.71%

CMYK

 C value IS 0.2

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A46FCD (or 0xA46FCD) is known color: Amethyst. HEX triplet: A4, 6F and CD. RGB value is (164,111,205). Sum of RGB (Red+Green+Blue) = 164+111+205=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #A46FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FCD is #5B9032. Grayscale: #898989. Windows color (decimal): -6000691 or 13463460. OLE color: 13463460.

HSL color Cylindrical-coordinate representation of color #A46FCD: hue angle of 273.83º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46FCD is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 111 205 -
CMYK 0.2 0.46 0 0.20
HSL 273.83º 0.48% 0.62% -
HSV(B) 273.83º 0.46% 0.8% -
XYZ 32.01 23.67 60.64 -
YUV 137.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 164 111 205 0.2 0.46 0 0.20 273.83 0.48 0.62
Hex A4 6F CD 14 2E 0 14 112 30 3E
Octal 244 157 315 24 56 0 24 422 60 76
Binary 10100100 1101111 11001101 10100 101110 0 10100 100010010 110000 111110

Color Harmonies of #A46FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FCD

Black with #A46FCD

Text Example


Text Example

White with #A46FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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