Html Css Color HEX #A04CE9 Amethyst

📋 copy color: '#A04CE9'

red 160 ◦ green 76 ◦ blue 233

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

Shades of Amethyst #A04CE9

Tints of Amethyst #A04CE9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.2%

 BLUE value IS 233 (91.41% from 255) = 49.68%

R = 34.12%
G = 16.2%
B = 49.68%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A04CE9 (or 0xA04CE9) is known color: Amethyst. HEX triplet: A0, 4C and E9. RGB value is (160,76,233). Sum of RGB (Red+Green+Blue) = 160+76+233=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 233 (91.41% from 255 or 49.68% from 469); Max value from RGB is 233 - color contains mainly: blue. Hex color #A04CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04CE9 is #5FB316. Grayscale: #767676. Windows color (decimal): -6271767 or 15289504. OLE color: 15289504.

HSL color Cylindrical-coordinate representation of color #A04CE9: hue angle of 272.1º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04CE9 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 76 233 -
CMYK 0.31 0.67 0 0.09
HSL 272.1º 0.78% 0.61% -
HSV(B) 272.1º 0.67% 0.91% -
XYZ 31.79 18.53 78.99 -
YUV 119.01 192.33 157.23 -
System Red Green Blue C M Y K H S L
Decimal 160 76 233 0.31 0.67 0 0.09 272.1 0.78 0.61
Hex A0 4C E9 1F 43 0 9 110 4E 3D
Octal 240 114 351 37 103 0 11 420 116 75
Binary 10100000 1001100 11101001 11111 1000011 0 1001 100010000 1001110 111101

Color Harmonies of #A04CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CE9

Black with #A04CE9

Text Example


Text Example

White with #A04CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CE9; }

 p { color: rgb(160,76,233); }

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

background-color css

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

 a { background-color: rgb(160,76,233); }

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

border-color css

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

 span { border-color: rgb(160,76,233); }

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