Html Css Color HEX #A466D4 Amethyst

📋 copy color: '#A466D4'

red 164 ◦ green 102 ◦ blue 212

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

Shades of Amethyst #A466D4

Tints of Amethyst #A466D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.35%

R = 34.31%
G = 21.34%
B = 44.35%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A466D4 (or 0xA466D4) is known color: Amethyst. HEX triplet: A4, 66 and D4. RGB value is (164,102,212). Sum of RGB (Red+Green+Blue) = 164+102+212=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 212 - color contains mainly: blue. Hex color #A466D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466D4 is #5B992B. Grayscale: #848484. Windows color (decimal): -6002988 or 13919908. OLE color: 13919908.

HSL color Cylindrical-coordinate representation of color #A466D4: hue angle of 273.82º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A466D4 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 164 102 212 -
CMYK 0.23 0.52 0 0.17
HSL 273.82º 0.56% 0.62% -
HSV(B) 273.82º 0.52% 0.83% -
XYZ 31.94 22.15 64.88 -
YUV 133.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 164 102 212 0.23 0.52 0 0.17 273.82 0.56 0.62
Hex A4 66 D4 17 34 0 11 112 38 3E
Octal 244 146 324 27 64 0 21 422 70 76
Binary 10100100 1100110 11010100 10111 110100 0 10001 100010010 111000 111110

Color Harmonies of #A466D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466D4

Black with #A466D4

Text Example


Text Example

White with #A466D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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