Html Css Color HEX #A353DE Amethyst

📋 copy color: '#A353DE'

red 163 ◦ green 83 ◦ blue 222

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

Shades of Amethyst #A353DE

Tints of Amethyst #A353DE

RGB

 RED value IS 163 (64.06% from 255) = 34.83%

 GREEN value IS 83 (32.81% from 255) = 17.74%

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

R = 34.83%
G = 17.74%
B = 47.44%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A353DE (or 0xA353DE) is known color: Amethyst. HEX triplet: A3, 53 and DE. RGB value is (163,83,222). Sum of RGB (Red+Green+Blue) = 163+83+222=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #A353DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353DE is #5CAC21. Grayscale: #7A7A7A. Windows color (decimal): -6073378 or 14570403. OLE color: 14570403.

HSL color Cylindrical-coordinate representation of color #A353DE: hue angle of 274.53º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A353DE is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 83 222 -
CMYK 0.27 0.63 0 0.13
HSL 274.53º 0.68% 0.6% -
HSV(B) 274.53º 0.63% 0.87% -
XYZ 31.38 19.25 71.17 -
YUV 122.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 163 83 222 0.27 0.63 0 0.13 274.53 0.68 0.6
Hex A3 53 DE 1B 3F 0 D 113 44 3C
Octal 243 123 336 33 77 0 15 423 104 74
Binary 10100011 1010011 11011110 11011 111111 0 1101 100010011 1000100 111100

Color Harmonies of #A353DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A353DE

Black with #A353DE

Text Example


Text Example

White with #A353DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A353DE; }

 p { color: rgb(163,83,222); }

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

background-color css

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

 a { background-color: rgb(163,83,222); }

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

border-color css

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

 span { border-color: rgb(163,83,222); }

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