Html Css Color HEX #A250E7 Amethyst

📋 copy color: '#A250E7'

red 162 ◦ green 80 ◦ blue 231

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

Shades of Amethyst #A250E7

Tints of Amethyst #A250E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.84%

R = 34.25%
G = 16.91%
B = 48.84%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A250E7 (or 0xA250E7) is known color: Amethyst. HEX triplet: A2, 50 and E7. RGB value is (162,80,231). Sum of RGB (Red+Green+Blue) = 162+80+231=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #A250E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250E7 is #5DAF18. Grayscale: #797979. Windows color (decimal): -6139673 or 15159458. OLE color: 15159458.

HSL color Cylindrical-coordinate representation of color #A250E7: hue angle of 272.58º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A250E7 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 80 231 -
CMYK 0.30 0.65 0 0.09
HSL 272.58º 0.76% 0.61% -
HSV(B) 272.58º 0.65% 0.91% -
XYZ 32.19 19.19 77.61 -
YUV 121.73 189.67 156.72 -
System Red Green Blue C M Y K H S L
Decimal 162 80 231 0.30 0.65 0 0.09 272.58 0.76 0.61
Hex A2 50 E7 1E 41 0 9 111 4C 3D
Octal 242 120 347 36 101 0 11 421 114 75
Binary 10100010 1010000 11100111 11110 1000001 0 1001 100010001 1001100 111101

Color Harmonies of #A250E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250E7

Black with #A250E7

Text Example


Text Example

White with #A250E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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