Html Css Color HEX #A25FE1 Amethyst

📋 copy color: '#A25FE1'

red 162 ◦ green 95 ◦ blue 225

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

Shades of Amethyst #A25FE1

Tints of Amethyst #A25FE1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.71%

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 33.61%
G = 19.71%
B = 46.68%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A25FE1 (or 0xA25FE1) is known color: Amethyst. HEX triplet: A2, 5F and E1. RGB value is (162,95,225). Sum of RGB (Red+Green+Blue) = 162+95+225=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #A25FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FE1 is #5DA01E. Grayscale: #818181. Windows color (decimal): -6135839 or 14770082. OLE color: 14770082.

HSL color Cylindrical-coordinate representation of color #A25FE1: hue angle of 270.92º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A25FE1 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 95 225 -
CMYK 0.28 0.58 0 0.12
HSL 270.92º 0.68% 0.63% -
HSV(B) 270.92º 0.58% 0.88% -
XYZ 32.58 21.3 73.63 -
YUV 129.85 181.7 150.93 -
System Red Green Blue C M Y K H S L
Decimal 162 95 225 0.28 0.58 0 0.12 270.92 0.68 0.63
Hex A2 5F E1 1C 3A 0 C 10F 44 3F
Octal 242 137 341 34 72 0 14 417 104 77
Binary 10100010 1011111 11100001 11100 111010 0 1100 100001111 1000100 111111

Color Harmonies of #A25FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FE1

Black with #A25FE1

Text Example


Text Example

White with #A25FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FE1; }

 p { color: rgb(162,95,225); }

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

background-color css

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

 a { background-color: rgb(162,95,225); }

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

border-color css

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

 span { border-color: rgb(162,95,225); }

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