Html Css Color HEX #A05FDD Amethyst

📋 copy color: '#A05FDD'

red 160 ◦ green 95 ◦ blue 221

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

Shades of Amethyst #A05FDD

Tints of Amethyst #A05FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 33.61%
G = 19.96%
B = 46.43%

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

#A05FDD (or 0xA05FDD) is known color: Amethyst. HEX triplet: A0, 5F and DD. RGB value is (160,95,221). Sum of RGB (Red+Green+Blue) = 160+95+221=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #A05FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FDD is #5FA022. Grayscale: #808080. Windows color (decimal): -6266915 or 14507936. OLE color: 14507936.

HSL color Cylindrical-coordinate representation of color #A05FDD: hue angle of 270.95º degrees, saturation: 0.65, 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 #A05FDD is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 95 221 -
CMYK 0.28 0.57 0 0.13
HSL 270.95º 0.65% 0.62% -
HSV(B) 270.95º 0.57% 0.87% -
XYZ 31.64 20.88 70.77 -
YUV 128.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 160 95 221 0.28 0.57 0 0.13 270.95 0.65 0.62
Hex A0 5F DD 1C 39 0 D 10F 41 3E
Octal 240 137 335 34 71 0 15 417 101 76
Binary 10100000 1011111 11011101 11100 111001 0 1101 100001111 1000001 111110

Color Harmonies of #A05FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FDD

Black with #A05FDD

Text Example


Text Example

White with #A05FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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