Html Css Color HEX #A354EE Amethyst

📋 copy color: '#A354EE'

red 163 ◦ green 84 ◦ blue 238

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

Shades of Amethyst #A354EE

Tints of Amethyst #A354EE

RGB

 RED value IS 163 (64.06% from 255) = 33.61%

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

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

R = 33.61%
G = 17.32%
B = 49.07%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A354EE (or 0xA354EE) is known color: Amethyst. HEX triplet: A3, 54 and EE. RGB value is (163,84,238). Sum of RGB (Red+Green+Blue) = 163+84+238=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #A354EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A354EE is #5CAB11. Grayscale: #7C7C7C. Windows color (decimal): -6073106 or 15619235. OLE color: 15619235.

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

Color convert

RGB 163 84 238 -
CMYK 0.32 0.65 0 0.07
HSL 270.78º 0.82% 0.63% -
HSV(B) 270.78º 0.65% 0.93% -
XYZ 33.71 20.3 83.03 -
YUV 125.18 191.67 154.98 -
System Red Green Blue C M Y K H S L
Decimal 163 84 238 0.32 0.65 0 0.07 270.78 0.82 0.63
Hex A3 54 EE 20 41 0 7 10F 52 3F
Octal 243 124 356 40 101 0 7 417 122 77
Binary 10100011 1010100 11101110 100000 1000001 0 111 100001111 1010010 111111

Color Harmonies of #A354EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A354EE

Black with #A354EE

Text Example


Text Example

White with #A354EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A354EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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