Html Css Color HEX #A36DCF Amethyst

📋 copy color: '#A36DCF'

red 163 ◦ green 109 ◦ blue 207

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

Shades of Amethyst #A36DCF

Tints of Amethyst #A36DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.76%

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 34.03%
G = 22.76%
B = 43.22%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A36DCF (or 0xA36DCF) is known color: Amethyst. HEX triplet: A3, 6D and CF. RGB value is (163,109,207). Sum of RGB (Red+Green+Blue) = 163+109+207=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #A36DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36DCF is #5C9230. Grayscale: #878787. Windows color (decimal): -6066737 or 13594019. OLE color: 13594019.

HSL color Cylindrical-coordinate representation of color #A36DCF: hue angle of 273.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36DCF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 109 207 -
CMYK 0.21 0.47 0 0.19
HSL 273.06º 0.51% 0.62% -
HSV(B) 273.06º 0.47% 0.81% -
XYZ 31.84 23.23 61.84 -
YUV 136.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 163 109 207 0.21 0.47 0 0.19 273.06 0.51 0.62
Hex A3 6D CF 15 2F 0 13 111 33 3E
Octal 243 155 317 25 57 0 23 421 63 76
Binary 10100011 1101101 11001111 10101 101111 0 10011 100010001 110011 111110

Color Harmonies of #A36DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36DCF

Black with #A36DCF

Text Example


Text Example

White with #A36DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36DCF; }

 p { color: rgb(163,109,207); }

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

background-color css

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

 a { background-color: rgb(163,109,207); }

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

border-color css

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

 span { border-color: rgb(163,109,207); }

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