Html Css Color HEX #A05EC8 Amethyst

📋 copy color: '#A05EC8'

red 160 ◦ green 94 ◦ blue 200

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

Shades of Amethyst #A05EC8

Tints of Amethyst #A05EC8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.7%

 BLUE value IS 200 (78.52% from 255) = 44.05%

R = 35.24%
G = 20.7%
B = 44.05%

CMYK

 C value IS 0.2

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A05EC8 (or 0xA05EC8) is known color: Amethyst. HEX triplet: A0, 5E and C8. RGB value is (160,94,200). Sum of RGB (Red+Green+Blue) = 160+94+200=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #A05EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05EC8 is #5FA137. Grayscale: #7D7D7D. Windows color (decimal): -6267192 or 13131424. OLE color: 13131424.

HSL color Cylindrical-coordinate representation of color #A05EC8: hue angle of 277.36º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A05EC8 is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 94 200 -
CMYK 0.2 0.53 0 0.22
HSL 277.36º 0.49% 0.58% -
HSV(B) 277.36º 0.53% 0.78% -
XYZ 28.93 19.65 56.91 -
YUV 125.82 169.87 152.38 -
System Red Green Blue C M Y K H S L
Decimal 160 94 200 0.2 0.53 0 0.22 277.36 0.49 0.58
Hex A0 5E C8 14 35 0 16 115 31 3A
Octal 240 136 310 24 65 0 26 425 61 72
Binary 10100000 1011110 11001000 10100 110101 0 10110 100010101 110001 111010

Color Harmonies of #A05EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05EC8

Black with #A05EC8

Text Example


Text Example

White with #A05EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05EC8; }

 p { color: rgb(160,94,200); }

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

background-color css

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

 a { background-color: rgb(160,94,200); }

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

border-color css

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

 span { border-color: rgb(160,94,200); }

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