Html Css Color HEX #A466D2 Amethyst

📋 copy color: '#A466D2'

red 164 ◦ green 102 ◦ blue 210

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

Shades of Amethyst #A466D2

Tints of Amethyst #A466D2

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.43%

 BLUE value IS 210 (82.42% from 255) = 44.12%

R = 34.45%
G = 21.43%
B = 44.12%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A466D2 (or 0xA466D2) is known color: Amethyst. HEX triplet: A4, 66 and D2. RGB value is (164,102,210). Sum of RGB (Red+Green+Blue) = 164+102+210=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #A466D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466D2 is #5B992D. Grayscale: #848484. Windows color (decimal): -6002990 or 13788836. OLE color: 13788836.

HSL color Cylindrical-coordinate representation of color #A466D2: hue angle of 274.44º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A466D2 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 102 210 -
CMYK 0.22 0.51 0 0.18
HSL 274.44º 0.55% 0.61% -
HSV(B) 274.44º 0.51% 0.82% -
XYZ 31.69 22.05 63.56 -
YUV 132.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 164 102 210 0.22 0.51 0 0.18 274.44 0.55 0.61
Hex A4 66 D2 16 33 0 12 112 37 3D
Octal 244 146 322 26 63 0 22 422 67 75
Binary 10100100 1100110 11010010 10110 110011 0 10010 100010010 110111 111101

Color Harmonies of #A466D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466D2

Black with #A466D2

Text Example


Text Example

White with #A466D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466D2; }

 p { color: rgb(164,102,210); }

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

background-color css

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

 a { background-color: rgb(164,102,210); }

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

border-color css

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

 span { border-color: rgb(164,102,210); }

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