Html Css Color HEX #A25BDE Amethyst

📋 copy color: '#A25BDE'

red 162 ◦ green 91 ◦ blue 222

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

Shades of Amethyst #A25BDE

Tints of Amethyst #A25BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.16%

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

R = 34.11%
G = 19.16%
B = 46.74%

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

#A25BDE (or 0xA25BDE) is known color: Amethyst. HEX triplet: A2, 5B and DE. RGB value is (162,91,222). Sum of RGB (Red+Green+Blue) = 162+91+222=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #A25BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BDE is #5DA421. Grayscale: #7E7E7E. Windows color (decimal): -6136866 or 14572450. OLE color: 14572450.

HSL color Cylindrical-coordinate representation of color #A25BDE: hue angle of 272.52º degrees, saturation: 0.66, 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 #A25BDE is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 91 222 -
CMYK 0.27 0.59 0 0.13
HSL 272.52º 0.66% 0.61% -
HSV(B) 272.52º 0.59% 0.87% -
XYZ 31.83 20.44 71.37 -
YUV 127.16 181.52 152.85 -
System Red Green Blue C M Y K H S L
Decimal 162 91 222 0.27 0.59 0 0.13 272.52 0.66 0.61
Hex A2 5B DE 1B 3B 0 D 111 42 3D
Octal 242 133 336 33 73 0 15 421 102 75
Binary 10100010 1011011 11011110 11011 111011 0 1101 100010001 1000010 111101

Color Harmonies of #A25BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BDE

Black with #A25BDE

Text Example


Text Example

White with #A25BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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