Html Css Color HEX #A150EE Amethyst

📋 copy color: '#A150EE'

red 161 ◦ green 80 ◦ blue 238

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

Shades of Amethyst #A150EE

Tints of Amethyst #A150EE

RGB

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

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

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

R = 33.61%
G = 16.7%
B = 49.69%

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

#A150EE (or 0xA150EE) is known color: Amethyst. HEX triplet: A1, 50 and EE. RGB value is (161,80,238). Sum of RGB (Red+Green+Blue) = 161+80+238=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #A150EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A150EE is #5EAF11. Grayscale: #797979. Windows color (decimal): -6205202 or 15618209. OLE color: 15618209.

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

Color convert

RGB 161 80 238 -
CMYK 0.32 0.66 0 0.07
HSL 270.76º 0.82% 0.62% -
HSV(B) 270.76º 0.66% 0.93% -
XYZ 33 19.49 82.91 -
YUV 122.23 193.34 155.65 -
System Red Green Blue C M Y K H S L
Decimal 161 80 238 0.32 0.66 0 0.07 270.76 0.82 0.62
Hex A1 50 EE 20 42 0 7 10F 52 3E
Octal 241 120 356 40 102 0 7 417 122 76
Binary 10100001 1010000 11101110 100000 1000010 0 111 100001111 1010010 111110

Color Harmonies of #A150EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150EE

Black with #A150EE

Text Example


Text Example

White with #A150EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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