Html Css Color HEX #A05ADE Amethyst

📋 copy color: '#A05ADE'

red 160 ◦ green 90 ◦ blue 222

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

Shades of Amethyst #A05ADE

Tints of Amethyst #A05ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.07%

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 33.9%
G = 19.07%
B = 47.03%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A05ADE (or 0xA05ADE) is known color: Amethyst. HEX triplet: A0, 5A and DE. RGB value is (160,90,222). Sum of RGB (Red+Green+Blue) = 160+90+222=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #A05ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05ADE is #5FA521. Grayscale: #7D7D7D. Windows color (decimal): -6268194 or 14572192. OLE color: 14572192.

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

Color convert

RGB 160 90 222 -
CMYK 0.28 0.59 0 0.13
HSL 271.82º 0.67% 0.61% -
HSV(B) 271.82º 0.59% 0.87% -
XYZ 31.34 20.06 71.33 -
YUV 125.98 182.19 152.27 -
System Red Green Blue C M Y K H S L
Decimal 160 90 222 0.28 0.59 0 0.13 271.82 0.67 0.61
Hex A0 5A DE 1C 3B 0 D 110 43 3D
Octal 240 132 336 34 73 0 15 420 103 75
Binary 10100000 1011010 11011110 11100 111011 0 1101 100010000 1000011 111101

Color Harmonies of #A05ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05ADE

Black with #A05ADE

Text Example


Text Example

White with #A05ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05ADE; }

 p { color: rgb(160,90,222); }

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

background-color css

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

 a { background-color: rgb(160,90,222); }

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

border-color css

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

 span { border-color: rgb(160,90,222); }

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