Html Css Color HEX #A554EA Amethyst

📋 copy color: '#A554EA'

red 165 ◦ green 84 ◦ blue 234

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

Shades of Amethyst #A554EA

Tints of Amethyst #A554EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 34.16%
G = 17.39%
B = 48.45%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A554EA (or 0xA554EA) is known color: Amethyst. HEX triplet: A5, 54 and EA. RGB value is (165,84,234). Sum of RGB (Red+Green+Blue) = 165+84+234=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #A554EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A554EA is #5AAB15. Grayscale: #7C7C7C. Windows color (decimal): -5942038 or 15357093. OLE color: 15357093.

HSL color Cylindrical-coordinate representation of color #A554EA: hue angle of 272.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A554EA is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 84 234 -
CMYK 0.29 0.64 0 0.08
HSL 272.4º 0.78% 0.62% -
HSV(B) 272.4º 0.64% 0.92% -
XYZ 33.54 20.28 79.99 -
YUV 125.32 189.34 156.3 -
System Red Green Blue C M Y K H S L
Decimal 165 84 234 0.29 0.64 0 0.08 272.4 0.78 0.62
Hex A5 54 EA 1D 40 0 8 110 4E 3E
Octal 245 124 352 35 100 0 10 420 116 76
Binary 10100101 1010100 11101010 11101 1000000 0 1000 100010000 1001110 111110

Color Harmonies of #A554EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554EA

Black with #A554EA

Text Example


Text Example

White with #A554EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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