Html Css Color HEX #A657DF Amethyst

📋 copy color: '#A657DF'

red 166 ◦ green 87 ◦ blue 223

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

Shades of Amethyst #A657DF

Tints of Amethyst #A657DF

RGB

 RED value IS 166 (65.23% from 255) = 34.87%

 GREEN value IS 87 (34.38% from 255) = 18.28%

 BLUE value IS 223 (87.5% from 255) = 46.85%

R = 34.87%
G = 18.28%
B = 46.85%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A657DF (or 0xA657DF) is known color: Amethyst. HEX triplet: A6, 57 and DF. RGB value is (166,87,223). Sum of RGB (Red+Green+Blue) = 166+87+223=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #A657DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A657DF is #59A820. Grayscale: #7D7D7D. Windows color (decimal): -5875745 or 14636966. OLE color: 14636966.

HSL color Cylindrical-coordinate representation of color #A657DF: hue angle of 274.85º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A657DF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 87 223 -
CMYK 0.26 0.61 0 0.13
HSL 274.85º 0.68% 0.61% -
HSV(B) 274.85º 0.61% 0.87% -
XYZ 32.45 20.25 72.01 -
YUV 126.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 166 87 223 0.26 0.61 0 0.13 274.85 0.68 0.61
Hex A6 57 DF 1A 3D 0 D 113 44 3D
Octal 246 127 337 32 75 0 15 423 104 75
Binary 10100110 1010111 11011111 11010 111101 0 1101 100010011 1000100 111101

Color Harmonies of #A657DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A657DF

Black with #A657DF

Text Example


Text Example

White with #A657DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A657DF; }

 p { color: rgb(166,87,223); }

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

background-color css

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

 a { background-color: rgb(166,87,223); }

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

border-color css

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

 span { border-color: rgb(166,87,223); }

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