Html Css Color HEX #A25AD6 Amethyst

📋 copy color: '#A25AD6'

red 162 ◦ green 90 ◦ blue 214

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

Shades of Amethyst #A25AD6

Tints of Amethyst #A25AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.92%

R = 34.76%
G = 19.31%
B = 45.92%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A25AD6 (or 0xA25AD6) is known color: Amethyst. HEX triplet: A2, 5A and D6. RGB value is (162,90,214). Sum of RGB (Red+Green+Blue) = 162+90+214=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #A25AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25AD6 is #5DA529. Grayscale: #7D7D7D. Windows color (decimal): -6137130 or 14047906. OLE color: 14047906.

HSL color Cylindrical-coordinate representation of color #A25AD6: hue angle of 274.84º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A25AD6 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 90 214 -
CMYK 0.24 0.58 0 0.16
HSL 274.84º 0.6% 0.6% -
HSV(B) 274.84º 0.58% 0.84% -
XYZ 30.69 19.85 65.83 -
YUV 125.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 162 90 214 0.24 0.58 0 0.16 274.84 0.6 0.6
Hex A2 5A D6 18 3A 0 10 113 3C 3C
Octal 242 132 326 30 72 0 20 423 74 74
Binary 10100010 1011010 11010110 11000 111010 0 10000 100010011 111100 111100

Color Harmonies of #A25AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25AD6

Black with #A25AD6

Text Example


Text Example

White with #A25AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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