Html Css Color HEX #A553DE Amethyst

📋 copy color: '#A553DE'

red 165 ◦ green 83 ◦ blue 222

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

Shades of Amethyst #A553DE

Tints of Amethyst #A553DE

RGB

 RED value IS 165 (64.84% from 255) = 35.11%

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

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

R = 35.11%
G = 17.66%
B = 47.23%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A553DE (or 0xA553DE) is known color: Amethyst. HEX triplet: A5, 53 and DE. RGB value is (165,83,222). Sum of RGB (Red+Green+Blue) = 165+83+222=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #A553DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A553DE is #5AAC21. Grayscale: #7A7A7A. Windows color (decimal): -5942306 or 14570405. OLE color: 14570405.

HSL color Cylindrical-coordinate representation of color #A553DE: hue angle of 275.4º 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 #A553DE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 83 222 -
CMYK 0.26 0.63 0 0.13
HSL 275.4º 0.68% 0.6% -
HSV(B) 275.4º 0.63% 0.87% -
XYZ 31.8 19.46 71.19 -
YUV 123.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 165 83 222 0.26 0.63 0 0.13 275.4 0.68 0.6
Hex A5 53 DE 1A 3F 0 D 113 44 3C
Octal 245 123 336 32 77 0 15 423 104 74
Binary 10100101 1010011 11011110 11010 111111 0 1101 100010011 1000100 111100

Color Harmonies of #A553DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553DE

Black with #A553DE

Text Example


Text Example

White with #A553DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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