Html Css Color HEX #A04FF0 Amethyst

📋 copy color: '#A04FF0'

red 160 ◦ green 79 ◦ blue 240

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

Shades of Amethyst #A04FF0

Tints of Amethyst #A04FF0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.49%

 BLUE value IS 240 (94.14% from 255) = 50.1%

R = 33.4%
G = 16.49%
B = 50.1%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A04FF0 (or 0xA04FF0) is known color: Amethyst. HEX triplet: A0, 4F and F0. RGB value is (160,79,240). Sum of RGB (Red+Green+Blue) = 160+79+240=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #A04FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FF0 is #5FB00F. Grayscale: #797979. Windows color (decimal): -6270992 or 15749024. OLE color: 15749024.

HSL color Cylindrical-coordinate representation of color #A04FF0: hue angle of 270.19º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04FF0 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 79 240 -
CMYK 0.33 0.67 0 0.06
HSL 270.19º 0.84% 0.63% -
HSV(B) 270.19º 0.67% 0.94% -
XYZ 33.02 19.36 84.43 -
YUV 121.57 194.84 155.41 -
System Red Green Blue C M Y K H S L
Decimal 160 79 240 0.33 0.67 0 0.06 270.19 0.84 0.63
Hex A0 4F F0 21 43 0 6 10E 54 3F
Octal 240 117 360 41 103 0 6 416 124 77
Binary 10100000 1001111 11110000 100001 1000011 0 110 100001110 1010100 111111

Color Harmonies of #A04FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FF0

Black with #A04FF0

Text Example


Text Example

White with #A04FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FF0; }

 p { color: rgb(160,79,240); }

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

background-color css

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

 a { background-color: rgb(160,79,240); }

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

border-color css

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

 span { border-color: rgb(160,79,240); }

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