Html Css Color HEX #A36BDE Amethyst

📋 copy color: '#A36BDE'

red 163 ◦ green 107 ◦ blue 222

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

Shades of Amethyst #A36BDE

Tints of Amethyst #A36BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.75%

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

R = 33.13%
G = 21.75%
B = 45.12%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A36BDE (or 0xA36BDE) is known color: Amethyst. HEX triplet: A3, 6B and DE. RGB value is (163,107,222). Sum of RGB (Red+Green+Blue) = 163+107+222=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #A36BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BDE is #5C9421. Grayscale: #888888. Windows color (decimal): -6067234 or 14576547. OLE color: 14576547.

HSL color Cylindrical-coordinate representation of color #A36BDE: hue angle of 269.22º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A36BDE is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 107 222 -
CMYK 0.27 0.52 0 0.13
HSL 269.22º 0.64% 0.65% -
HSV(B) 269.22º 0.52% 0.87% -
XYZ 33.55 23.58 71.89 -
YUV 136.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 163 107 222 0.27 0.52 0 0.13 269.22 0.64 0.65
Hex A3 6B DE 1B 34 0 D 10D 40 41
Octal 243 153 336 33 64 0 15 415 100 101
Binary 10100011 1101011 11011110 11011 110100 0 1101 100001101 1000000 1000001

Color Harmonies of #A36BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36BDE

Black with #A36BDE

Text Example


Text Example

White with #A36BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36BDE; }

 p { color: rgb(163,107,222); }

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

background-color css

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

 a { background-color: rgb(163,107,222); }

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

border-color css

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

 span { border-color: rgb(163,107,222); }

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