Html Css Color HEX #A25AE6 Amethyst

📋 copy color: '#A25AE6'

red 162 ◦ green 90 ◦ blue 230

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

Shades of Amethyst #A25AE6

Tints of Amethyst #A25AE6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.67%

 BLUE value IS 230 (90.23% from 255) = 47.72%

R = 33.61%
G = 18.67%
B = 47.72%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A25AE6 (or 0xA25AE6) is known color: Amethyst. HEX triplet: A2, 5A and E6. RGB value is (162,90,230). Sum of RGB (Red+Green+Blue) = 162+90+230=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #A25AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25AE6 is #5DA519. Grayscale: #7E7E7E. Windows color (decimal): -6137114 or 15096482. OLE color: 15096482.

HSL color Cylindrical-coordinate representation of color #A25AE6: hue angle of 270.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A25AE6 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 90 230 -
CMYK 0.30 0.61 0 0.10
HSL 270.86º 0.74% 0.63% -
HSV(B) 270.86º 0.61% 0.9% -
XYZ 32.84 20.71 77.13 -
YUV 127.49 185.85 152.62 -
System Red Green Blue C M Y K H S L
Decimal 162 90 230 0.30 0.61 0 0.10 270.86 0.74 0.63
Hex A2 5A E6 1E 3D 0 A 10F 4A 3F
Octal 242 132 346 36 75 0 12 417 112 77
Binary 10100010 1011010 11100110 11110 111101 0 1010 100001111 1001010 111111

Color Harmonies of #A25AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25AE6

Black with #A25AE6

Text Example


Text Example

White with #A25AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25AE6; }

 p { color: rgb(162,90,230); }

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

background-color css

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

 a { background-color: rgb(162,90,230); }

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

border-color css

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

 span { border-color: rgb(162,90,230); }

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