Html Css Color HEX #A25DC9 Amethyst

📋 copy color: '#A25DC9'

red 162 ◦ green 93 ◦ blue 201

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

Shades of Amethyst #A25DC9

Tints of Amethyst #A25DC9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.39%

 BLUE value IS 201 (78.91% from 255) = 44.08%

R = 35.53%
G = 20.39%
B = 44.08%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A25DC9 (or 0xA25DC9) is known color: Amethyst. HEX triplet: A2, 5D and C9. RGB value is (162,93,201). Sum of RGB (Red+Green+Blue) = 162+93+201=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #A25DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DC9 is #5DA236. Grayscale: #7D7D7D. Windows color (decimal): -6136375 or 13196706. OLE color: 13196706.

HSL color Cylindrical-coordinate representation of color #A25DC9: hue angle of 278.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25DC9 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 93 201 -
CMYK 0.19 0.54 0 0.21
HSL 278.33º 0.5% 0.58% -
HSV(B) 278.33º 0.54% 0.79% -
XYZ 29.36 19.73 57.52 -
YUV 125.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 162 93 201 0.19 0.54 0 0.21 278.33 0.5 0.58
Hex A2 5D C9 13 36 0 15 116 32 3A
Octal 242 135 311 23 66 0 25 426 62 72
Binary 10100010 1011101 11001001 10011 110110 0 10101 100010110 110010 111010

Color Harmonies of #A25DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25DC9

Black with #A25DC9

Text Example


Text Example

White with #A25DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25DC9; }

 p { color: rgb(162,93,201); }

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

background-color css

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

 a { background-color: rgb(162,93,201); }

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

border-color css

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

 span { border-color: rgb(162,93,201); }

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