Html Css Color HEX #A25CD1 Amethyst

📋 copy color: '#A25CD1'

red 162 ◦ green 92 ◦ blue 209

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

Shades of Amethyst #A25CD1

Tints of Amethyst #A25CD1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.87%

 BLUE value IS 209 (82.03% from 255) = 45.14%

R = 34.99%
G = 19.87%
B = 45.14%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A25CD1 (or 0xA25CD1) is known color: Amethyst. HEX triplet: A2, 5C and D1. RGB value is (162,92,209). Sum of RGB (Red+Green+Blue) = 162+92+209=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #A25CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25CD1 is #5DA32E. Grayscale: #7D7D7D. Windows color (decimal): -6136623 or 13720738. OLE color: 13720738.

HSL color Cylindrical-coordinate representation of color #A25CD1: hue angle of 275.9º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25CD1 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 92 209 -
CMYK 0.22 0.56 0 0.18
HSL 275.9º 0.56% 0.59% -
HSV(B) 275.9º 0.56% 0.82% -
XYZ 30.24 19.94 62.58 -
YUV 126.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 162 92 209 0.22 0.56 0 0.18 275.9 0.56 0.59
Hex A2 5C D1 16 38 0 12 114 38 3B
Octal 242 134 321 26 70 0 22 424 70 73
Binary 10100010 1011100 11010001 10110 111000 0 10010 100010100 111000 111011

Color Harmonies of #A25CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CD1

Black with #A25CD1

Text Example


Text Example

White with #A25CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CD1; }

 p { color: rgb(162,92,209); }

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

background-color css

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

 a { background-color: rgb(162,92,209); }

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

border-color css

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

 span { border-color: rgb(162,92,209); }

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