Html Css Color HEX #A04EEE Amethyst

📋 copy color: '#A04EEE'

red 160 ◦ green 78 ◦ blue 238

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

Shades of Amethyst #A04EEE

Tints of Amethyst #A04EEE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.39%

 BLUE value IS 238 (93.36% from 255) = 50%

R = 33.61%
G = 16.39%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A04EEE (or 0xA04EEE) is known color: Amethyst. HEX triplet: A0, 4E and EE. RGB value is (160,78,238). Sum of RGB (Red+Green+Blue) = 160+78+238=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #A04EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04EEE is #5FB111. Grayscale: #787878. Windows color (decimal): -6271250 or 15617696. OLE color: 15617696.

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

Color convert

RGB 160 78 238 -
CMYK 0.33 0.67 0 0.07
HSL 270.75º 0.82% 0.62% -
HSV(B) 270.75º 0.67% 0.93% -
XYZ 32.65 19.1 82.85 -
YUV 120.76 194.17 155.99 -
System Red Green Blue C M Y K H S L
Decimal 160 78 238 0.33 0.67 0 0.07 270.75 0.82 0.62
Hex A0 4E EE 21 43 0 7 10F 52 3E
Octal 240 116 356 41 103 0 7 417 122 76
Binary 10100000 1001110 11101110 100001 1000011 0 111 100001111 1010010 111110

Color Harmonies of #A04EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04EEE

Black with #A04EEE

Text Example


Text Example

White with #A04EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04EEE; }

 p { color: rgb(160,78,238); }

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

background-color css

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

 a { background-color: rgb(160,78,238); }

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

border-color css

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

 span { border-color: rgb(160,78,238); }

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