Html Css Color HEX #A05EDF Amethyst

📋 copy color: '#A05EDF'

red 160 ◦ green 94 ◦ blue 223

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

Shades of Amethyst #A05EDF

Tints of Amethyst #A05EDF

RGB

 RED value IS 160 (62.89% from 255) = 33.54%

 GREEN value IS 94 (37.11% from 255) = 19.71%

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

R = 33.54%
G = 19.71%
B = 46.75%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A05EDF (or 0xA05EDF) is known color: Amethyst. HEX triplet: A0, 5E and DF. RGB value is (160,94,223). Sum of RGB (Red+Green+Blue) = 160+94+223=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #A05EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EDF is #5FA120. Grayscale: #7F7F7F. Windows color (decimal): -6267169 or 14638752. OLE color: 14638752.

HSL color Cylindrical-coordinate representation of color #A05EDF: hue angle of 270.7º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A05EDF is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 94 223 -
CMYK 0.28 0.58 0 0.13
HSL 270.7º 0.67% 0.62% -
HSV(B) 270.7º 0.58% 0.87% -
XYZ 31.82 20.81 72.15 -
YUV 128.44 181.37 150.51 -
System Red Green Blue C M Y K H S L
Decimal 160 94 223 0.28 0.58 0 0.13 270.7 0.67 0.62
Hex A0 5E DF 1C 3A 0 D 10F 43 3E
Octal 240 136 337 34 72 0 15 417 103 76
Binary 10100000 1011110 11011111 11100 111010 0 1101 100001111 1000011 111110

Color Harmonies of #A05EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05EDF

Black with #A05EDF

Text Example


Text Example

White with #A05EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05EDF; }

 p { color: rgb(160,94,223); }

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

background-color css

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

 a { background-color: rgb(160,94,223); }

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

border-color css

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

 span { border-color: rgb(160,94,223); }

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