Html Css Color HEX #A05EDA Amethyst

📋 copy color: '#A05EDA'

red 160 ◦ green 94 ◦ blue 218

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

Shades of Amethyst #A05EDA

Tints of Amethyst #A05EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 33.9%
G = 19.92%
B = 46.19%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A05EDA (or 0xA05EDA) is known color: Amethyst. HEX triplet: A0, 5E and DA. RGB value is (160,94,218). Sum of RGB (Red+Green+Blue) = 160+94+218=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #A05EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EDA is #5FA125. Grayscale: #7F7F7F. Windows color (decimal): -6267174 or 14311072. OLE color: 14311072.

HSL color Cylindrical-coordinate representation of color #A05EDA: hue angle of 271.94º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A05EDA is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 94 218 -
CMYK 0.27 0.57 0 0.15
HSL 271.94º 0.63% 0.61% -
HSV(B) 271.94º 0.57% 0.85% -
XYZ 31.15 20.54 68.65 -
YUV 127.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 160 94 218 0.27 0.57 0 0.15 271.94 0.63 0.61
Hex A0 5E DA 1B 39 0 F 110 3F 3D
Octal 240 136 332 33 71 0 17 420 77 75
Binary 10100000 1011110 11011010 11011 111001 0 1111 100010000 111111 111101

Color Harmonies of #A05EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05EDA

Black with #A05EDA

Text Example


Text Example

White with #A05EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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