Html Css Color HEX #A353DD Amethyst

📋 copy color: '#A353DD'

red 163 ◦ green 83 ◦ blue 221

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

Shades of Amethyst #A353DD

Tints of Amethyst #A353DD

RGB

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

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

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

R = 34.9%
G = 17.77%
B = 47.32%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A353DD (or 0xA353DD) is known color: Amethyst. HEX triplet: A3, 53 and DD. RGB value is (163,83,221). Sum of RGB (Red+Green+Blue) = 163+83+221=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #A353DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353DD is #5CAC22. Grayscale: #7A7A7A. Windows color (decimal): -6073379 or 14504867. OLE color: 14504867.

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

Color convert

RGB 163 83 221 -
CMYK 0.26 0.62 0 0.13
HSL 274.78º 0.67% 0.6% -
HSV(B) 274.78º 0.62% 0.87% -
XYZ 31.25 19.19 70.46 -
YUV 122.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 163 83 221 0.26 0.62 0 0.13 274.78 0.67 0.6
Hex A3 53 DD 1A 3E 0 D 113 43 3C
Octal 243 123 335 32 76 0 15 423 103 74
Binary 10100011 1010011 11011101 11010 111110 0 1101 100010011 1000011 111100

Color Harmonies of #A353DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A353DD

Black with #A353DD

Text Example


Text Example

White with #A353DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A353DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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