Html Css Color HEX #A36FDA Amethyst

📋 copy color: '#A36FDA'

red 163 ◦ green 111 ◦ blue 218

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

Shades of Amethyst #A36FDA

Tints of Amethyst #A36FDA

RGB

 RED value IS 163 (64.06% from 255) = 33.13%

 GREEN value IS 111 (43.75% from 255) = 22.56%

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

R = 33.13%
G = 22.56%
B = 44.31%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A36FDA (or 0xA36FDA) is known color: Amethyst. HEX triplet: A3, 6F and DA. RGB value is (163,111,218). Sum of RGB (Red+Green+Blue) = 163+111+218=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #A36FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36FDA is #5C9025. Grayscale: #8A8A8A. Windows color (decimal): -6066214 or 14315427. OLE color: 14315427.

HSL color Cylindrical-coordinate representation of color #A36FDA: hue angle of 269.16º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A36FDA is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 111 218 -
CMYK 0.25 0.49 0 0.15
HSL 269.16º 0.59% 0.65% -
HSV(B) 269.16º 0.49% 0.85% -
XYZ 33.44 24.22 69.24 -
YUV 138.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 163 111 218 0.25 0.49 0 0.15 269.16 0.59 0.65
Hex A3 6F DA 19 31 0 F 10D 3B 41
Octal 243 157 332 31 61 0 17 415 73 101
Binary 10100011 1101111 11011010 11001 110001 0 1111 100001101 111011 1000001

Color Harmonies of #A36FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36FDA

Black with #A36FDA

Text Example


Text Example

White with #A36FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36FDA; }

 p { color: rgb(163,111,218); }

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

background-color css

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

 a { background-color: rgb(163,111,218); }

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

border-color css

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

 span { border-color: rgb(163,111,218); }

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