Html Css Color HEX #A05FE4 Amethyst

📋 copy color: '#A05FE4'

red 160 ◦ green 95 ◦ blue 228

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

Shades of Amethyst #A05FE4

Tints of Amethyst #A05FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.2%

R = 33.13%
G = 19.67%
B = 47.2%

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

#A05FE4 (or 0xA05FE4) is known color: Amethyst. HEX triplet: A0, 5F and E4. RGB value is (160,95,228). Sum of RGB (Red+Green+Blue) = 160+95+228=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #A05FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FE4 is #5FA01B. Grayscale: #818181. Windows color (decimal): -6266908 or 14966688. OLE color: 14966688.

HSL color Cylindrical-coordinate representation of color #A05FE4: hue angle of 269.32º degrees, saturation: 0.71, 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 #A05FE4 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 95 228 -
CMYK 0.30 0.58 0 0.11
HSL 269.32º 0.71% 0.63% -
HSV(B) 269.32º 0.58% 0.89% -
XYZ 32.59 21.26 75.78 -
YUV 129.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 160 95 228 0.30 0.58 0 0.11 269.32 0.71 0.63
Hex A0 5F E4 1E 3A 0 B 10D 47 3F
Octal 240 137 344 36 72 0 13 415 107 77
Binary 10100000 1011111 11100100 11110 111010 0 1011 100001101 1000111 111111

Color Harmonies of #A05FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FE4

Black with #A05FE4

Text Example


Text Example

White with #A05FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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