Html Css Color HEX #A05FE3 Amethyst

📋 copy color: '#A05FE3'

red 160 ◦ green 95 ◦ blue 227

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

Shades of Amethyst #A05FE3

Tints of Amethyst #A05FE3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.71%

 BLUE value IS 227 (89.06% from 255) = 47.1%

R = 33.2%
G = 19.71%
B = 47.1%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A05FE3 (or 0xA05FE3) is known color: Amethyst. HEX triplet: A0, 5F and E3. RGB value is (160,95,227). Sum of RGB (Red+Green+Blue) = 160+95+227=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #A05FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FE3 is #5FA01C. Grayscale: #818181. Windows color (decimal): -6266909 or 14901152. OLE color: 14901152.

HSL color Cylindrical-coordinate representation of color #A05FE3: hue angle of 269.55º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A05FE3 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 95 227 -
CMYK 0.30 0.58 0 0.11
HSL 269.55º 0.7% 0.63% -
HSV(B) 269.55º 0.58% 0.89% -
XYZ 32.45 21.2 75.06 -
YUV 129.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 160 95 227 0.30 0.58 0 0.11 269.55 0.7 0.63
Hex A0 5F E3 1E 3A 0 B 10E 46 3F
Octal 240 137 343 36 72 0 13 416 106 77
Binary 10100000 1011111 11100011 11110 111010 0 1011 100001110 1000110 111111

Color Harmonies of #A05FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FE3

Black with #A05FE3

Text Example


Text Example

White with #A05FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FE3; }

 p { color: rgb(160,95,227); }

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

background-color css

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

 a { background-color: rgb(160,95,227); }

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

border-color css

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

 span { border-color: rgb(160,95,227); }

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