Html Css Color HEX #A250F1 Amethyst

📋 copy color: '#A250F1'

red 162 ◦ green 80 ◦ blue 241

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

Shades of Amethyst #A250F1

Tints of Amethyst #A250F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.9%

R = 33.54%
G = 16.56%
B = 49.9%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A250F1 (or 0xA250F1) is known color: Amethyst. HEX triplet: A2, 50 and F1. RGB value is (162,80,241). Sum of RGB (Red+Green+Blue) = 162+80+241=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #A250F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250F1 is #5DAF0E. Grayscale: #7A7A7A. Windows color (decimal): -6139663 or 15814818. OLE color: 15814818.

HSL color Cylindrical-coordinate representation of color #A250F1: hue angle of 270.56º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A250F1 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 80 241 -
CMYK 0.33 0.67 0 0.05
HSL 270.56º 0.85% 0.63% -
HSV(B) 270.56º 0.67% 0.95% -
XYZ 33.65 19.77 85.26 -
YUV 122.87 194.67 155.91 -
System Red Green Blue C M Y K H S L
Decimal 162 80 241 0.33 0.67 0 0.05 270.56 0.85 0.63
Hex A2 50 F1 21 43 0 5 10F 55 3F
Octal 242 120 361 41 103 0 5 417 125 77
Binary 10100010 1010000 11110001 100001 1000011 0 101 100001111 1010101 111111

Color Harmonies of #A250F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A250F1

Black with #A250F1

Text Example


Text Example

White with #A250F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A250F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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