Html Css Color HEX #A04CEA Amethyst

📋 copy color: '#A04CEA'

red 160 ◦ green 76 ◦ blue 234

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

Shades of Amethyst #A04CEA

Tints of Amethyst #A04CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 34.04%
G = 16.17%
B = 49.79%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A04CEA (or 0xA04CEA) is known color: Amethyst. HEX triplet: A0, 4C and EA. RGB value is (160,76,234). Sum of RGB (Red+Green+Blue) = 160+76+234=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #A04CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04CEA is #5FB315. Grayscale: #767676. Windows color (decimal): -6271766 or 15355040. OLE color: 15355040.

HSL color Cylindrical-coordinate representation of color #A04CEA: hue angle of 271.9º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04CEA is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 76 234 -
CMYK 0.32 0.68 0 0.08
HSL 271.9º 0.79% 0.61% -
HSV(B) 271.9º 0.68% 0.92% -
XYZ 31.93 18.58 79.75 -
YUV 119.13 192.83 157.15 -
System Red Green Blue C M Y K H S L
Decimal 160 76 234 0.32 0.68 0 0.08 271.9 0.79 0.61
Hex A0 4C EA 20 44 0 8 110 4F 3D
Octal 240 114 352 40 104 0 10 420 117 75
Binary 10100000 1001100 11101010 100000 1000100 0 1000 100010000 1001111 111101

Color Harmonies of #A04CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CEA

Black with #A04CEA

Text Example


Text Example

White with #A04CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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