Html Css Color HEX #A46CCD Amethyst

📋 copy color: '#A46CCD'

red 164 ◦ green 108 ◦ blue 205

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

Shades of Amethyst #A46CCD

Tints of Amethyst #A46CCD

RGB

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

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

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

R = 34.38%
G = 22.64%
B = 42.98%

CMYK

 C value IS 0.2

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A46CCD (or 0xA46CCD) is known color: Amethyst. HEX triplet: A4, 6C and CD. RGB value is (164,108,205). Sum of RGB (Red+Green+Blue) = 164+108+205=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #A46CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CCD is #5B9332. Grayscale: #878787. Windows color (decimal): -6001459 or 13462692. OLE color: 13462692.

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

Color convert

RGB 164 108 205 -
CMYK 0.2 0.47 0 0.20
HSL 274.64º 0.49% 0.61% -
HSV(B) 274.64º 0.47% 0.8% -
XYZ 31.69 23.03 60.53 -
YUV 135.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 164 108 205 0.2 0.47 0 0.20 274.64 0.49 0.61
Hex A4 6C CD 14 2F 0 14 113 31 3D
Octal 244 154 315 24 57 0 24 423 61 75
Binary 10100100 1101100 11001101 10100 101111 0 10100 100010011 110001 111101

Color Harmonies of #A46CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CCD

Black with #A46CCD

Text Example


Text Example

White with #A46CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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