Html Css Color HEX #A466C4 Amethyst

📋 copy color: '#A466C4'

red 164 ◦ green 102 ◦ blue 196

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

Shades of Amethyst #A466C4

Tints of Amethyst #A466C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.42%

R = 35.5%
G = 22.08%
B = 42.42%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A466C4 (or 0xA466C4) is known color: Amethyst. HEX triplet: A4, 66 and C4. RGB value is (164,102,196). Sum of RGB (Red+Green+Blue) = 164+102+196=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #A466C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466C4 is #5B993B. Grayscale: #828282. Windows color (decimal): -6003004 or 12871332. OLE color: 12871332.

HSL color Cylindrical-coordinate representation of color #A466C4: hue angle of 279.57º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A466C4 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 102 196 -
CMYK 0.16 0.48 0 0.23
HSL 279.57º 0.44% 0.58% -
HSV(B) 279.57º 0.48% 0.77% -
XYZ 30.03 21.38 54.77 -
YUV 131.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 164 102 196 0.16 0.48 0 0.23 279.57 0.44 0.58
Hex A4 66 C4 10 30 0 17 118 2C 3A
Octal 244 146 304 20 60 0 27 430 54 72
Binary 10100100 1100110 11000100 10000 110000 0 10111 100011000 101100 111010

Color Harmonies of #A466C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466C4

Black with #A466C4

Text Example


Text Example

White with #A466C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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