Html Css Color HEX #A05CDE Amethyst

📋 copy color: '#A05CDE'

red 160 ◦ green 92 ◦ blue 222

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

Shades of Amethyst #A05CDE

Tints of Amethyst #A05CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 33.76%
G = 19.41%
B = 46.84%

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

#A05CDE (or 0xA05CDE) is known color: Amethyst. HEX triplet: A0, 5C and DE. RGB value is (160,92,222). Sum of RGB (Red+Green+Blue) = 160+92+222=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #A05CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CDE is #5FA321. Grayscale: #7E7E7E. Windows color (decimal): -6267682 or 14572704. OLE color: 14572704.

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

Color convert

RGB 160 92 222 -
CMYK 0.28 0.59 0 0.13
HSL 271.38º 0.66% 0.62% -
HSV(B) 271.38º 0.59% 0.87% -
XYZ 31.51 20.4 71.38 -
YUV 127.15 181.53 151.43 -
System Red Green Blue C M Y K H S L
Decimal 160 92 222 0.28 0.59 0 0.13 271.38 0.66 0.62
Hex A0 5C DE 1C 3B 0 D 10F 42 3E
Octal 240 134 336 34 73 0 15 417 102 76
Binary 10100000 1011100 11011110 11100 111011 0 1101 100001111 1000010 111110

Color Harmonies of #A05CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05CDE

Black with #A05CDE

Text Example


Text Example

White with #A05CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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