Html Css Color HEX #A250E8 Amethyst

📋 copy color: '#A250E8'

red 162 ◦ green 80 ◦ blue 232

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

Shades of Amethyst #A250E8

Tints of Amethyst #A250E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.95%

R = 34.18%
G = 16.88%
B = 48.95%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A250E8 (or 0xA250E8) is known color: Amethyst. HEX triplet: A2, 50 and E8. RGB value is (162,80,232). Sum of RGB (Red+Green+Blue) = 162+80+232=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #A250E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250E8 is #5DAF17. Grayscale: #797979. Windows color (decimal): -6139672 or 15224994. OLE color: 15224994.

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

Color convert

RGB 162 80 232 -
CMYK 0.30 0.66 0 0.09
HSL 272.37º 0.77% 0.61% -
HSV(B) 272.37º 0.66% 0.91% -
XYZ 32.33 19.24 78.35 -
YUV 121.85 190.17 156.64 -
System Red Green Blue C M Y K H S L
Decimal 162 80 232 0.30 0.66 0 0.09 272.37 0.77 0.61
Hex A2 50 E8 1E 42 0 9 110 4D 3D
Octal 242 120 350 36 102 0 11 420 115 75
Binary 10100010 1010000 11101000 11110 1000010 0 1001 100010000 1001101 111101

Color Harmonies of #A250E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250E8

Black with #A250E8

Text Example


Text Example

White with #A250E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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