Html Css Color HEX #A05CDF Amethyst

📋 copy color: '#A05CDF'

red 160 ◦ green 92 ◦ blue 223

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

Shades of Amethyst #A05CDF

Tints of Amethyst #A05CDF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.37%

 BLUE value IS 223 (87.5% from 255) = 46.95%

R = 33.68%
G = 19.37%
B = 46.95%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A05CDF (or 0xA05CDF) is known color: Amethyst. HEX triplet: A0, 5C and DF. RGB value is (160,92,223). Sum of RGB (Red+Green+Blue) = 160+92+223=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #A05CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CDF is #5FA320. Grayscale: #7E7E7E. Windows color (decimal): -6267681 or 14638240. OLE color: 14638240.

HSL color Cylindrical-coordinate representation of color #A05CDF: hue angle of 271.15º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A05CDF is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 92 223 -
CMYK 0.28 0.59 0 0.13
HSL 271.15º 0.67% 0.62% -
HSV(B) 271.15º 0.59% 0.87% -
XYZ 31.64 20.46 72.09 -
YUV 127.27 182.03 151.35 -
System Red Green Blue C M Y K H S L
Decimal 160 92 223 0.28 0.59 0 0.13 271.15 0.67 0.62
Hex A0 5C DF 1C 3B 0 D 10F 43 3E
Octal 240 134 337 34 73 0 15 417 103 76
Binary 10100000 1011100 11011111 11100 111011 0 1101 100001111 1000011 111110

Color Harmonies of #A05CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CDF

Black with #A05CDF

Text Example


Text Example

White with #A05CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CDF; }

 p { color: rgb(160,92,223); }

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

background-color css

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

 a { background-color: rgb(160,92,223); }

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

border-color css

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

 span { border-color: rgb(160,92,223); }

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