Html Css Color HEX #A250F0 Amethyst

📋 copy color: '#A250F0'

red 162 ◦ green 80 ◦ blue 240

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

Shades of Amethyst #A250F0

Tints of Amethyst #A250F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.79%

R = 33.61%
G = 16.6%
B = 49.79%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A250F0 (or 0xA250F0) is known color: Amethyst. HEX triplet: A2, 50 and F0. RGB value is (162,80,240). Sum of RGB (Red+Green+Blue) = 162+80+240=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #A250F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250F0 is #5DAF0F. Grayscale: #7A7A7A. Windows color (decimal): -6139664 or 15749282. OLE color: 15749282.

HSL color Cylindrical-coordinate representation of color #A250F0: hue angle of 270.75º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A250F0 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 80 240 -
CMYK 0.32 0.67 0 0.06
HSL 270.75º 0.84% 0.63% -
HSV(B) 270.75º 0.67% 0.94% -
XYZ 33.5 19.71 84.48 -
YUV 122.76 194.17 155.99 -
System Red Green Blue C M Y K H S L
Decimal 162 80 240 0.32 0.67 0 0.06 270.75 0.84 0.63
Hex A2 50 F0 20 43 0 6 10F 54 3F
Octal 242 120 360 40 103 0 6 417 124 77
Binary 10100010 1010000 11110000 100000 1000011 0 110 100001111 1010100 111111

Color Harmonies of #A250F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250F0

Black with #A250F0

Text Example


Text Example

White with #A250F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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