Html Css Color HEX #A250EA Amethyst

📋 copy color: '#A250EA'

red 162 ◦ green 80 ◦ blue 234

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

Shades of Amethyst #A250EA

Tints of Amethyst #A250EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 34.03%
G = 16.81%
B = 49.16%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A250EA (or 0xA250EA) is known color: Amethyst. HEX triplet: A2, 50 and EA. RGB value is (162,80,234). Sum of RGB (Red+Green+Blue) = 162+80+234=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #A250EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250EA is #5DAF15. Grayscale: #797979. Windows color (decimal): -6139670 or 15356066. OLE color: 15356066.

HSL color Cylindrical-coordinate representation of color #A250EA: hue angle of 271.95º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A250EA is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 80 234 -
CMYK 0.31 0.66 0 0.08
HSL 271.95º 0.79% 0.62% -
HSV(B) 271.95º 0.66% 0.92% -
XYZ 32.62 19.36 79.86 -
YUV 122.07 191.17 156.48 -
System Red Green Blue C M Y K H S L
Decimal 162 80 234 0.31 0.66 0 0.08 271.95 0.79 0.62
Hex A2 50 EA 1F 42 0 8 110 4F 3E
Octal 242 120 352 37 102 0 10 420 117 76
Binary 10100010 1010000 11101010 11111 1000010 0 1000 100010000 1001111 111110

Color Harmonies of #A250EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250EA

Black with #A250EA

Text Example


Text Example

White with #A250EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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