Html Css Color HEX #A250ED Amethyst

📋 copy color: '#A250ED'

red 162 ◦ green 80 ◦ blue 237

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

Shades of Amethyst #A250ED

Tints of Amethyst #A250ED

RGB

 RED value IS 162 (63.67% from 255) = 33.82%

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

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

R = 33.82%
G = 16.7%
B = 49.48%

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

#A250ED (or 0xA250ED) is known color: Amethyst. HEX triplet: A2, 50 and ED. RGB value is (162,80,237). Sum of RGB (Red+Green+Blue) = 162+80+237=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #A250ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250ED is #5DAF12. Grayscale: #797979. Windows color (decimal): -6139667 or 15552674. OLE color: 15552674.

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

Color convert

RGB 162 80 237 -
CMYK 0.32 0.66 0 0.07
HSL 271.34º 0.81% 0.62% -
HSV(B) 271.34º 0.66% 0.93% -
XYZ 33.06 19.53 82.15 -
YUV 122.42 192.67 156.23 -
System Red Green Blue C M Y K H S L
Decimal 162 80 237 0.32 0.66 0 0.07 271.34 0.81 0.62
Hex A2 50 ED 20 42 0 7 10F 51 3E
Octal 242 120 355 40 102 0 7 417 121 76
Binary 10100010 1010000 11101101 100000 1000010 0 111 100001111 1010001 111110

Color Harmonies of #A250ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250ED

Black with #A250ED

Text Example


Text Example

White with #A250ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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