Html Css Color HEX #A05ED9 Amethyst

📋 copy color: '#A05ED9'

red 160 ◦ green 94 ◦ blue 217

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

Shades of Amethyst #A05ED9

Tints of Amethyst #A05ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.07%

R = 33.97%
G = 19.96%
B = 46.07%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A05ED9 (or 0xA05ED9) is known color: Amethyst. HEX triplet: A0, 5E and D9. RGB value is (160,94,217). Sum of RGB (Red+Green+Blue) = 160+94+217=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #A05ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ED9 is #5FA126. Grayscale: #7F7F7F. Windows color (decimal): -6267175 or 14245536. OLE color: 14245536.

HSL color Cylindrical-coordinate representation of color #A05ED9: hue angle of 272.2º degrees, saturation: 0.62, 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 #A05ED9 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 94 217 -
CMYK 0.26 0.57 0 0.15
HSL 272.2º 0.62% 0.61% -
HSV(B) 272.2º 0.57% 0.85% -
XYZ 31.02 20.49 67.97 -
YUV 127.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 160 94 217 0.26 0.57 0 0.15 272.2 0.62 0.61
Hex A0 5E D9 1A 39 0 F 110 3E 3D
Octal 240 136 331 32 71 0 17 420 76 75
Binary 10100000 1011110 11011001 11010 111001 0 1111 100010000 111110 111101

Color Harmonies of #A05ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05ED9

Black with #A05ED9

Text Example


Text Example

White with #A05ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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