Html Css Color HEX #A46FC0 Amethyst

📋 copy color: '#A46FC0'

red 164 ◦ green 111 ◦ blue 192

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

Shades of Amethyst #A46FC0

Tints of Amethyst #A46FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.77%

 BLUE value IS 192 (75.39% from 255) = 41.11%

R = 35.12%
G = 23.77%
B = 41.11%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A46FC0 (or 0xA46FC0) is known color: Amethyst. HEX triplet: A4, 6F and C0. RGB value is (164,111,192). Sum of RGB (Red+Green+Blue) = 164+111+192=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #A46FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FC0 is #5B903F. Grayscale: #878787. Windows color (decimal): -6000704 or 12611492. OLE color: 12611492.

HSL color Cylindrical-coordinate representation of color #A46FC0: hue angle of 279.26º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A46FC0 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 111 192 -
CMYK 0.15 0.42 0 0.25
HSL 279.26º 0.39% 0.59% -
HSV(B) 279.26º 0.42% 0.75% -
XYZ 30.51 23.07 52.71 -
YUV 136.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 164 111 192 0.15 0.42 0 0.25 279.26 0.39 0.59
Hex A4 6F C0 F 2A 0 19 117 27 3B
Octal 244 157 300 17 52 0 31 427 47 73
Binary 10100100 1101111 11000000 1111 101010 0 11001 100010111 100111 111011

Color Harmonies of #A46FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46FC0

Black with #A46FC0

Text Example


Text Example

White with #A46FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46FC0; }

 p { color: rgb(164,111,192); }

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

background-color css

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

 a { background-color: rgb(164,111,192); }

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

border-color css

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

 span { border-color: rgb(164,111,192); }

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