Html Css Color HEX #A554ED Amethyst

📋 copy color: '#A554ED'

red 165 ◦ green 84 ◦ blue 237

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

Shades of Amethyst #A554ED

Tints of Amethyst #A554ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 33.95%
G = 17.28%
B = 48.77%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A554ED (or 0xA554ED) is known color: Amethyst. HEX triplet: A5, 54 and ED. RGB value is (165,84,237). Sum of RGB (Red+Green+Blue) = 165+84+237=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #A554ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A554ED is #5AAB12. Grayscale: #7D7D7D. Windows color (decimal): -5942035 or 15553701. OLE color: 15553701.

HSL color Cylindrical-coordinate representation of color #A554ED: hue angle of 271.76º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A554ED is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 84 237 -
CMYK 0.30 0.65 0 0.07
HSL 271.76º 0.81% 0.63% -
HSV(B) 271.76º 0.65% 0.93% -
XYZ 33.97 20.45 82.28 -
YUV 125.66 190.84 156.06 -
System Red Green Blue C M Y K H S L
Decimal 165 84 237 0.30 0.65 0 0.07 271.76 0.81 0.63
Hex A5 54 ED 1E 41 0 7 110 51 3F
Octal 245 124 355 36 101 0 7 420 121 77
Binary 10100101 1010100 11101101 11110 1000001 0 111 100010000 1010001 111111

Color Harmonies of #A554ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554ED

Black with #A554ED

Text Example


Text Example

White with #A554ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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