Html Css Color HEX #A554EE Amethyst

📋 copy color: '#A554EE'

red 165 ◦ green 84 ◦ blue 238

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

Shades of Amethyst #A554EE

Tints of Amethyst #A554EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 33.88%
G = 17.25%
B = 48.87%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A554EE (or 0xA554EE) is known color: Amethyst. HEX triplet: A5, 54 and EE. RGB value is (165,84,238). Sum of RGB (Red+Green+Blue) = 165+84+238=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #A554EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A554EE is #5AAB11. Grayscale: #7D7D7D. Windows color (decimal): -5942034 or 15619237. OLE color: 15619237.

HSL color Cylindrical-coordinate representation of color #A554EE: hue angle of 271.56º degrees, saturation: 0.82, 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 #A554EE is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 84 238 -
CMYK 0.31 0.65 0 0.07
HSL 271.56º 0.82% 0.63% -
HSV(B) 271.56º 0.65% 0.93% -
XYZ 34.12 20.51 83.05 -
YUV 125.78 191.34 155.98 -
System Red Green Blue C M Y K H S L
Decimal 165 84 238 0.31 0.65 0 0.07 271.56 0.82 0.63
Hex A5 54 EE 1F 41 0 7 110 52 3F
Octal 245 124 356 37 101 0 7 420 122 77
Binary 10100101 1010100 11101110 11111 1000001 0 111 100010000 1010010 111111

Color Harmonies of #A554EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554EE

Black with #A554EE

Text Example


Text Example

White with #A554EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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