Html Css Color HEX #A04FEF Amethyst

📋 copy color: '#A04FEF'

red 160 ◦ green 79 ◦ blue 239

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

Shades of Amethyst #A04FEF

Tints of Amethyst #A04FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50%

R = 33.47%
G = 16.53%
B = 50%

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

#A04FEF (or 0xA04FEF) is known color: Amethyst. HEX triplet: A0, 4F and EF. RGB value is (160,79,239). Sum of RGB (Red+Green+Blue) = 160+79+239=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #A04FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FEF is #5FB010. Grayscale: #787878. Windows color (decimal): -6270993 or 15683488. OLE color: 15683488.

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

Color convert

RGB 160 79 239 -
CMYK 0.33 0.67 0 0.06
HSL 270.38º 0.83% 0.62% -
HSV(B) 270.38º 0.67% 0.94% -
XYZ 32.87 19.3 83.65 -
YUV 121.46 194.34 155.49 -
System Red Green Blue C M Y K H S L
Decimal 160 79 239 0.33 0.67 0 0.06 270.38 0.83 0.62
Hex A0 4F EF 21 43 0 6 10E 53 3E
Octal 240 117 357 41 103 0 6 416 123 76
Binary 10100000 1001111 11101111 100001 1000011 0 110 100001110 1010011 111110

Color Harmonies of #A04FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FEF

Black with #A04FEF

Text Example


Text Example

White with #A04FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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