Html Css Color HEX #A150ED Amethyst

📋 copy color: '#A150ED'

red 161 ◦ green 80 ◦ blue 237

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

Shades of Amethyst #A150ED

Tints of Amethyst #A150ED

RGB

 RED value IS 161 (63.28% from 255) = 33.68%

 GREEN value IS 80 (31.64% from 255) = 16.74%

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

R = 33.68%
G = 16.74%
B = 49.58%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A150ED (or 0xA150ED) is known color: Amethyst. HEX triplet: A1, 50 and ED. RGB value is (161,80,237). Sum of RGB (Red+Green+Blue) = 161+80+237=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #A150ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A150ED is #5EAF12. Grayscale: #797979. Windows color (decimal): -6205203 or 15552673. OLE color: 15552673.

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

Color convert

RGB 161 80 237 -
CMYK 0.32 0.66 0 0.07
HSL 270.96º 0.81% 0.62% -
HSV(B) 270.96º 0.66% 0.93% -
XYZ 32.85 19.43 82.14 -
YUV 122.12 192.84 155.73 -
System Red Green Blue C M Y K H S L
Decimal 161 80 237 0.32 0.66 0 0.07 270.96 0.81 0.62
Hex A1 50 ED 20 42 0 7 10F 51 3E
Octal 241 120 355 40 102 0 7 417 121 76
Binary 10100001 1010000 11101101 100000 1000010 0 111 100001111 1010001 111110

Color Harmonies of #A150ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150ED

Black with #A150ED

Text Example


Text Example

White with #A150ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150ED; }

 p { color: rgb(161,80,237); }

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

background-color css

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

 a { background-color: rgb(161,80,237); }

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

border-color css

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

 span { border-color: rgb(161,80,237); }

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