Html Css Color HEX #A554DE Amethyst

📋 copy color: '#A554DE'

red 165 ◦ green 84 ◦ blue 222

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

Shades of Amethyst #A554DE

Tints of Amethyst #A554DE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.83%

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

R = 35.03%
G = 17.83%
B = 47.13%

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

#A554DE (or 0xA554DE) is known color: Amethyst. HEX triplet: A5, 54 and DE. RGB value is (165,84,222). Sum of RGB (Red+Green+Blue) = 165+84+222=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #A554DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A554DE is #5AAB21. Grayscale: #7B7B7B. Windows color (decimal): -5942050 or 14570661. OLE color: 14570661.

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

Color convert

RGB 165 84 222 -
CMYK 0.26 0.62 0 0.13
HSL 275.22º 0.68% 0.6% -
HSV(B) 275.22º 0.62% 0.87% -
XYZ 31.87 19.61 71.21 -
YUV 123.95 183.34 157.28 -
System Red Green Blue C M Y K H S L
Decimal 165 84 222 0.26 0.62 0 0.13 275.22 0.68 0.6
Hex A5 54 DE 1A 3E 0 D 113 44 3C
Octal 245 124 336 32 76 0 15 423 104 74
Binary 10100101 1010100 11011110 11010 111110 0 1101 100010011 1000100 111100

Color Harmonies of #A554DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554DE

Black with #A554DE

Text Example


Text Example

White with #A554DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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