Html Css Color HEX #A466E1 Amethyst

📋 copy color: '#A466E1'

red 164 ◦ green 102 ◦ blue 225

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

Shades of Amethyst #A466E1

Tints of Amethyst #A466E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.82%

R = 33.4%
G = 20.77%
B = 45.82%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A466E1 (or 0xA466E1) is known color: Amethyst. HEX triplet: A4, 66 and E1. RGB value is (164,102,225). Sum of RGB (Red+Green+Blue) = 164+102+225=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #A466E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466E1 is #5B991E. Grayscale: #868686. Windows color (decimal): -6002975 or 14771876. OLE color: 14771876.

HSL color Cylindrical-coordinate representation of color #A466E1: hue angle of 270.24º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A466E1 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 102 225 -
CMYK 0.27 0.55 0 0.12
HSL 270.24º 0.67% 0.64% -
HSV(B) 270.24º 0.55% 0.88% -
XYZ 33.65 22.83 73.87 -
YUV 134.56 179.04 149 -
System Red Green Blue C M Y K H S L
Decimal 164 102 225 0.27 0.55 0 0.12 270.24 0.67 0.64
Hex A4 66 E1 1B 37 0 C 10E 43 40
Octal 244 146 341 33 67 0 14 416 103 100
Binary 10100100 1100110 11100001 11011 110111 0 1100 100001110 1000011 1000000

Color Harmonies of #A466E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466E1

Black with #A466E1

Text Example


Text Example

White with #A466E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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