Html Css Color HEX #A25ADE Amethyst

📋 copy color: '#A25ADE'

red 162 ◦ green 90 ◦ blue 222

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

Shades of Amethyst #A25ADE

Tints of Amethyst #A25ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 34.18%
G = 18.99%
B = 46.84%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A25ADE (or 0xA25ADE) is known color: Amethyst. HEX triplet: A2, 5A and DE. RGB value is (162,90,222). Sum of RGB (Red+Green+Blue) = 162+90+222=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #A25ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25ADE is #5DA521. Grayscale: #7E7E7E. Windows color (decimal): -6137122 or 14572194. OLE color: 14572194.

HSL color Cylindrical-coordinate representation of color #A25ADE: hue angle of 272.73º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25ADE is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 90 222 -
CMYK 0.27 0.59 0 0.13
HSL 272.73º 0.67% 0.61% -
HSV(B) 272.73º 0.59% 0.87% -
XYZ 31.74 20.27 71.35 -
YUV 126.58 181.85 153.27 -
System Red Green Blue C M Y K H S L
Decimal 162 90 222 0.27 0.59 0 0.13 272.73 0.67 0.61
Hex A2 5A DE 1B 3B 0 D 111 43 3D
Octal 242 132 336 33 73 0 15 421 103 75
Binary 10100010 1011010 11011110 11011 111011 0 1101 100010001 1000011 111101

Color Harmonies of #A25ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25ADE

Black with #A25ADE

Text Example


Text Example

White with #A25ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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