Html Css Color HEX #A15FDA Amethyst

📋 copy color: '#A15FDA'

red 161 ◦ green 95 ◦ blue 218

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

Shades of Amethyst #A15FDA

Tints of Amethyst #A15FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 33.97%
G = 20.04%
B = 45.99%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A15FDA (or 0xA15FDA) is known color: Amethyst. HEX triplet: A1, 5F and DA. RGB value is (161,95,218). Sum of RGB (Red+Green+Blue) = 161+95+218=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #A15FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15FDA is #5EA025. Grayscale: #808080. Windows color (decimal): -6201382 or 14311329. OLE color: 14311329.

HSL color Cylindrical-coordinate representation of color #A15FDA: hue angle of 272.2º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A15FDA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 95 218 -
CMYK 0.26 0.56 0 0.15
HSL 272.2º 0.62% 0.61% -
HSV(B) 272.2º 0.56% 0.85% -
XYZ 31.45 20.82 68.69 -
YUV 128.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 161 95 218 0.26 0.56 0 0.15 272.2 0.62 0.61
Hex A1 5F DA 1A 38 0 F 110 3E 3D
Octal 241 137 332 32 70 0 17 420 76 75
Binary 10100001 1011111 11011010 11010 111000 0 1111 100010000 111110 111101

Color Harmonies of #A15FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15FDA

Black with #A15FDA

Text Example


Text Example

White with #A15FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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