Html Css Color HEX #A05AE5 Amethyst

📋 copy color: '#A05AE5'

red 160 ◦ green 90 ◦ blue 229

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

Shades of Amethyst #A05AE5

Tints of Amethyst #A05AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.81%

R = 33.4%
G = 18.79%
B = 47.81%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A05AE5 (or 0xA05AE5) is known color: Amethyst. HEX triplet: A0, 5A and E5. RGB value is (160,90,229). Sum of RGB (Red+Green+Blue) = 160+90+229=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #A05AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05AE5 is #5FA51A. Grayscale: #7E7E7E. Windows color (decimal): -6268187 or 15030944. OLE color: 15030944.

HSL color Cylindrical-coordinate representation of color #A05AE5: hue angle of 270.22º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A05AE5 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 90 229 -
CMYK 0.30 0.61 0 0.10
HSL 270.22º 0.73% 0.63% -
HSV(B) 270.22º 0.61% 0.9% -
XYZ 32.3 20.44 76.37 -
YUV 126.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 160 90 229 0.30 0.61 0 0.10 270.22 0.73 0.63
Hex A0 5A E5 1E 3D 0 A 10E 49 3F
Octal 240 132 345 36 75 0 12 416 111 77
Binary 10100000 1011010 11100101 11110 111101 0 1010 100001110 1001001 111111

Color Harmonies of #A05AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05AE5

Black with #A05AE5

Text Example


Text Example

White with #A05AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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