Html Css Color HEX #A46CCE Amethyst

📋 copy color: '#A46CCE'

red 164 ◦ green 108 ◦ blue 206

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

Shades of Amethyst #A46CCE

Tints of Amethyst #A46CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 34.31%
G = 22.59%
B = 43.1%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A46CCE (or 0xA46CCE) is known color: Amethyst. HEX triplet: A4, 6C and CE. RGB value is (164,108,206). Sum of RGB (Red+Green+Blue) = 164+108+206=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #A46CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CCE is #5B9331. Grayscale: #878787. Windows color (decimal): -6001458 or 13528228. OLE color: 13528228.

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

Color convert

RGB 164 108 206 -
CMYK 0.20 0.48 0 0.19
HSL 274.29º 0.5% 0.62% -
HSV(B) 274.29º 0.48% 0.81% -
XYZ 31.81 23.07 61.17 -
YUV 135.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 164 108 206 0.20 0.48 0 0.19 274.29 0.5 0.62
Hex A4 6C CE 14 30 0 13 112 32 3E
Octal 244 154 316 24 60 0 23 422 62 76
Binary 10100100 1101100 11001110 10100 110000 0 10011 100010010 110010 111110

Color Harmonies of #A46CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CCE

Black with #A46CCE

Text Example


Text Example

White with #A46CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CCE; }

 p { color: rgb(164,108,206); }

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

background-color css

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

 a { background-color: rgb(164,108,206); }

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

border-color css

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

 span { border-color: rgb(164,108,206); }

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