Html Css Color HEX #A04DEB Amethyst

📋 copy color: '#A04DEB'

red 160 ◦ green 77 ◦ blue 235

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

Shades of Amethyst #A04DEB

Tints of Amethyst #A04DEB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.31%

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 33.9%
G = 16.31%
B = 49.79%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A04DEB (or 0xA04DEB) is known color: Amethyst. HEX triplet: A0, 4D and EB. RGB value is (160,77,235). Sum of RGB (Red+Green+Blue) = 160+77+235=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #A04DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04DEB is #5FB214. Grayscale: #777777. Windows color (decimal): -6271509 or 15420832. OLE color: 15420832.

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

Color convert

RGB 160 77 235 -
CMYK 0.32 0.67 0 0.08
HSL 271.52º 0.8% 0.61% -
HSV(B) 271.52º 0.67% 0.92% -
XYZ 32.15 18.78 80.53 -
YUV 119.83 193 156.65 -
System Red Green Blue C M Y K H S L
Decimal 160 77 235 0.32 0.67 0 0.08 271.52 0.8 0.61
Hex A0 4D EB 20 43 0 8 110 50 3D
Octal 240 115 353 40 103 0 10 420 120 75
Binary 10100000 1001101 11101011 100000 1000011 0 1000 100010000 1010000 111101

Color Harmonies of #A04DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DEB

Black with #A04DEB

Text Example


Text Example

White with #A04DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DEB; }

 p { color: rgb(160,77,235); }

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

background-color css

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

 a { background-color: rgb(160,77,235); }

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

border-color css

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

 span { border-color: rgb(160,77,235); }

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