Html Css Color HEX #A25FE0 Amethyst

📋 copy color: '#A25FE0'

red 162 ◦ green 95 ◦ blue 224

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

Shades of Amethyst #A25FE0

Tints of Amethyst #A25FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 33.68%
G = 19.75%
B = 46.57%

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

#A25FE0 (or 0xA25FE0) is known color: Amethyst. HEX triplet: A2, 5F and E0. RGB value is (162,95,224). Sum of RGB (Red+Green+Blue) = 162+95+224=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #A25FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FE0 is #5DA01F. Grayscale: #818181. Windows color (decimal): -6135840 or 14704546. OLE color: 14704546.

HSL color Cylindrical-coordinate representation of color #A25FE0: hue angle of 271.16º 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 #A25FE0 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 95 224 -
CMYK 0.28 0.58 0 0.12
HSL 271.16º 0.68% 0.63% -
HSV(B) 271.16º 0.58% 0.88% -
XYZ 32.45 21.25 72.91 -
YUV 129.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 162 95 224 0.28 0.58 0 0.12 271.16 0.68 0.63
Hex A2 5F E0 1C 3A 0 C 10F 44 3F
Octal 242 137 340 34 72 0 14 417 104 77
Binary 10100010 1011111 11100000 11100 111010 0 1100 100001111 1000100 111111

Color Harmonies of #A25FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FE0

Black with #A25FE0

Text Example


Text Example

White with #A25FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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