Html Css Color HEX #A250EE Amethyst

📋 copy color: '#A250EE'

red 162 ◦ green 80 ◦ blue 238

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

Shades of Amethyst #A250EE

Tints of Amethyst #A250EE

RGB

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

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

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

R = 33.75%
G = 16.67%
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

#A250EE (or 0xA250EE) is known color: Amethyst. HEX triplet: A2, 50 and EE. RGB value is (162,80,238). Sum of RGB (Red+Green+Blue) = 162+80+238=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #A250EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250EE is #5DAF11. Grayscale: #797979. Windows color (decimal): -6139666 or 15618210. OLE color: 15618210.

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

Color convert

RGB 162 80 238 -
CMYK 0.32 0.66 0 0.07
HSL 271.14º 0.82% 0.62% -
HSV(B) 271.14º 0.66% 0.93% -
XYZ 33.2 19.59 82.92 -
YUV 122.53 193.17 156.15 -
System Red Green Blue C M Y K H S L
Decimal 162 80 238 0.32 0.66 0 0.07 271.14 0.82 0.62
Hex A2 50 EE 20 42 0 7 10F 52 3E
Octal 242 120 356 40 102 0 7 417 122 76
Binary 10100010 1010000 11101110 100000 1000010 0 111 100001111 1010010 111110

Color Harmonies of #A250EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250EE

Black with #A250EE

Text Example


Text Example

White with #A250EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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