Html Css Color HEX #A05CDD Amethyst

📋 copy color: '#A05CDD'

red 160 ◦ green 92 ◦ blue 221

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

Shades of Amethyst #A05CDD

Tints of Amethyst #A05CDD

RGB

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

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

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

R = 33.83%
G = 19.45%
B = 46.72%

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

#A05CDD (or 0xA05CDD) is known color: Amethyst. HEX triplet: A0, 5C and DD. RGB value is (160,92,221). Sum of RGB (Red+Green+Blue) = 160+92+221=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #A05CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CDD is #5FA322. Grayscale: #7E7E7E. Windows color (decimal): -6267683 or 14507168. OLE color: 14507168.

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

Color convert

RGB 160 92 221 -
CMYK 0.28 0.58 0 0.13
HSL 271.63º 0.65% 0.61% -
HSV(B) 271.63º 0.58% 0.87% -
XYZ 31.38 20.35 70.68 -
YUV 127.04 181.03 151.51 -
System Red Green Blue C M Y K H S L
Decimal 160 92 221 0.28 0.58 0 0.13 271.63 0.65 0.61
Hex A0 5C DD 1C 3A 0 D 110 41 3D
Octal 240 134 335 34 72 0 15 420 101 75
Binary 10100000 1011100 11011101 11100 111010 0 1101 100010000 1000001 111101

Color Harmonies of #A05CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CDD

Black with #A05CDD

Text Example


Text Example

White with #A05CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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