Html Css Color HEX #A15FCD Amethyst

📋 copy color: '#A15FCD'

red 161 ◦ green 95 ◦ blue 205

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

Shades of Amethyst #A15FCD

Tints of Amethyst #A15FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.61%

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 34.92%
G = 20.61%
B = 44.47%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A15FCD (or 0xA15FCD) is known color: Amethyst. HEX triplet: A1, 5F and CD. RGB value is (161,95,205). Sum of RGB (Red+Green+Blue) = 161+95+205=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #A15FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FCD is #5EA032. Grayscale: #7E7E7E. Windows color (decimal): -6201395 or 13459361. OLE color: 13459361.

HSL color Cylindrical-coordinate representation of color #A15FCD: hue angle of 276º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A15FCD is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 95 205 -
CMYK 0.21 0.54 0 0.20
HSL 276º 0.52% 0.59% -
HSV(B) 276º 0.54% 0.8% -
XYZ 29.81 20.17 60.08 -
YUV 127.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 161 95 205 0.21 0.54 0 0.20 276 0.52 0.59
Hex A1 5F CD 15 36 0 14 114 34 3B
Octal 241 137 315 25 66 0 24 424 64 73
Binary 10100001 1011111 11001101 10101 110110 0 10100 100010100 110100 111011

Color Harmonies of #A15FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FCD

Black with #A15FCD

Text Example


Text Example

White with #A15FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FCD; }

 p { color: rgb(161,95,205); }

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

background-color css

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

 a { background-color: rgb(161,95,205); }

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

border-color css

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

 span { border-color: rgb(161,95,205); }

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