Html Css Color HEX #A05FDF Amethyst

📋 copy color: '#A05FDF'

red 160 ◦ green 95 ◦ blue 223

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

Shades of Amethyst #A05FDF

Tints of Amethyst #A05FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.87%

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

R = 33.47%
G = 19.87%
B = 46.65%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A05FDF (or 0xA05FDF) is known color: Amethyst. HEX triplet: A0, 5F and DF. RGB value is (160,95,223). Sum of RGB (Red+Green+Blue) = 160+95+223=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #A05FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FDF is #5FA020. Grayscale: #808080. Windows color (decimal): -6266913 or 14639008. OLE color: 14639008.

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

Color convert

RGB 160 95 223 -
CMYK 0.28 0.57 0 0.13
HSL 270.47º 0.67% 0.62% -
HSV(B) 270.47º 0.57% 0.87% -
XYZ 31.91 20.99 72.18 -
YUV 129.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 160 95 223 0.28 0.57 0 0.13 270.47 0.67 0.62
Hex A0 5F DF 1C 39 0 D 10E 43 3E
Octal 240 137 337 34 71 0 15 416 103 76
Binary 10100000 1011111 11011111 11100 111001 0 1101 100001110 1000011 111110

Color Harmonies of #A05FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FDF

Black with #A05FDF

Text Example


Text Example

White with #A05FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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