Html Css Color HEX #A46BCD Amethyst

📋 copy color: '#A46BCD'

red 164 ◦ green 107 ◦ blue 205

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

Shades of Amethyst #A46BCD

Tints of Amethyst #A46BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.48%

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

R = 34.45%
G = 22.48%
B = 43.07%

CMYK

 C value IS 0.2

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A46BCD (or 0xA46BCD) is known color: Amethyst. HEX triplet: A4, 6B and CD. RGB value is (164,107,205). Sum of RGB (Red+Green+Blue) = 164+107+205=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #A46BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46BCD is #5B9432. Grayscale: #868686. Windows color (decimal): -6001715 or 13462436. OLE color: 13462436.

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

Color convert

RGB 164 107 205 -
CMYK 0.2 0.48 0 0.20
HSL 274.9º 0.49% 0.61% -
HSV(B) 274.9º 0.48% 0.8% -
XYZ 31.59 22.82 60.5 -
YUV 135.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 164 107 205 0.2 0.48 0 0.20 274.9 0.49 0.61
Hex A4 6B CD 14 30 0 14 113 31 3D
Octal 244 153 315 24 60 0 24 423 61 75
Binary 10100100 1101011 11001101 10100 110000 0 10100 100010011 110001 111101

Color Harmonies of #A46BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BCD

Black with #A46BCD

Text Example


Text Example

White with #A46BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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