Html Css Color HEX #A15BDE Amethyst

📋 copy color: '#A15BDE'

red 161 ◦ green 91 ◦ blue 222

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

Shades of Amethyst #A15BDE

Tints of Amethyst #A15BDE

RGB

 RED value IS 161 (63.28% from 255) = 33.97%

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

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

R = 33.97%
G = 19.2%
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

#A15BDE (or 0xA15BDE) is known color: Amethyst. HEX triplet: A1, 5B and DE. RGB value is (161,91,222). Sum of RGB (Red+Green+Blue) = 161+91+222=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 91 (35.94% from 255 or 19.20% 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 #A15BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15BDE is #5EA421. Grayscale: #7E7E7E. Windows color (decimal): -6202402 or 14572449. OLE color: 14572449.

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

Color convert

RGB 161 91 222 -
CMYK 0.27 0.59 0 0.13
HSL 272.06º 0.66% 0.61% -
HSV(B) 272.06º 0.59% 0.87% -
XYZ 31.62 20.33 71.37 -
YUV 126.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 161 91 222 0.27 0.59 0 0.13 272.06 0.66 0.61
Hex A1 5B DE 1B 3B 0 D 110 42 3D
Octal 241 133 336 33 73 0 15 420 102 75
Binary 10100001 1011011 11011110 11011 111011 0 1101 100010000 1000010 111101

Color Harmonies of #A15BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15BDE

Black with #A15BDE

Text Example


Text Example

White with #A15BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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