Html Css Color HEX #A05DDF Amethyst

📋 copy color: '#A05DDF'

red 160 ◦ green 93 ◦ blue 223

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

Shades of Amethyst #A05DDF

Tints of Amethyst #A05DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.54%

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

R = 33.61%
G = 19.54%
B = 46.85%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A05DDF (or 0xA05DDF) is known color: Amethyst. HEX triplet: A0, 5D and DF. RGB value is (160,93,223). Sum of RGB (Red+Green+Blue) = 160+93+223=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #A05DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05DDF is #5FA220. Grayscale: #7F7F7F. Windows color (decimal): -6267425 or 14638496. OLE color: 14638496.

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

Color convert

RGB 160 93 223 -
CMYK 0.28 0.58 0 0.13
HSL 270.92º 0.67% 0.62% -
HSV(B) 270.92º 0.58% 0.87% -
XYZ 31.73 20.63 72.12 -
YUV 127.85 181.7 150.93 -
System Red Green Blue C M Y K H S L
Decimal 160 93 223 0.28 0.58 0 0.13 270.92 0.67 0.62
Hex A0 5D DF 1C 3A 0 D 10F 43 3E
Octal 240 135 337 34 72 0 15 417 103 76
Binary 10100000 1011101 11011111 11100 111010 0 1101 100001111 1000011 111110

Color Harmonies of #A05DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05DDF

Black with #A05DDF

Text Example


Text Example

White with #A05DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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