Html Css Color HEX #A05EDD Amethyst

📋 copy color: '#A05EDD'

red 160 ◦ green 94 ◦ blue 221

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

Shades of Amethyst #A05EDD

Tints of Amethyst #A05EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 33.68%
G = 19.79%
B = 46.53%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A05EDD (or 0xA05EDD) is known color: Amethyst. HEX triplet: A0, 5E and DD. RGB value is (160,94,221). Sum of RGB (Red+Green+Blue) = 160+94+221=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #A05EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EDD is #5FA122. Grayscale: #7F7F7F. Windows color (decimal): -6267171 or 14507680. OLE color: 14507680.

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

Color convert

RGB 160 94 221 -
CMYK 0.28 0.57 0 0.13
HSL 271.18º 0.65% 0.62% -
HSV(B) 271.18º 0.57% 0.87% -
XYZ 31.55 20.7 70.74 -
YUV 128.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 160 94 221 0.28 0.57 0 0.13 271.18 0.65 0.62
Hex A0 5E DD 1C 39 0 D 10F 41 3E
Octal 240 136 335 34 71 0 15 417 101 76
Binary 10100000 1011110 11011101 11100 111001 0 1101 100001111 1000001 111110

Color Harmonies of #A05EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05EDD

Black with #A05EDD

Text Example


Text Example

White with #A05EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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