Html Css Color HEX #A36AD7 Amethyst

📋 copy color: '#A36AD7'

red 163 ◦ green 106 ◦ blue 215

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

Shades of Amethyst #A36AD7

Tints of Amethyst #A36AD7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.9%

 BLUE value IS 215 (84.38% from 255) = 44.42%

R = 33.68%
G = 21.9%
B = 44.42%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A36AD7 (or 0xA36AD7) is known color: Amethyst. HEX triplet: A3, 6A and D7. RGB value is (163,106,215). Sum of RGB (Red+Green+Blue) = 163+106+215=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #A36AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36AD7 is #5C9528. Grayscale: #878787. Windows color (decimal): -6067497 or 14117539. OLE color: 14117539.

HSL color Cylindrical-coordinate representation of color #A36AD7: hue angle of 271.38º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A36AD7 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 106 215 -
CMYK 0.24 0.51 0 0.16
HSL 271.38º 0.58% 0.63% -
HSV(B) 271.38º 0.51% 0.84% -
XYZ 32.52 23 67.02 -
YUV 135.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 163 106 215 0.24 0.51 0 0.16 271.38 0.58 0.63
Hex A3 6A D7 18 33 0 10 10F 3A 3F
Octal 243 152 327 30 63 0 20 417 72 77
Binary 10100011 1101010 11010111 11000 110011 0 10000 100001111 111010 111111

Color Harmonies of #A36AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36AD7

Black with #A36AD7

Text Example


Text Example

White with #A36AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36AD7; }

 p { color: rgb(163,106,215); }

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

background-color css

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

 a { background-color: rgb(163,106,215); }

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

border-color css

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

 span { border-color: rgb(163,106,215); }

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