Html Css Color HEX #A36CCF Amethyst

📋 copy color: '#A36CCF'

red 163 ◦ green 108 ◦ blue 207

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

Shades of Amethyst #A36CCF

Tints of Amethyst #A36CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

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

R = 34.1%
G = 22.59%
B = 43.31%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A36CCF (or 0xA36CCF) is known color: Amethyst. HEX triplet: A3, 6C and CF. RGB value is (163,108,207). Sum of RGB (Red+Green+Blue) = 163+108+207=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #A36CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CCF is #5C9330. Grayscale: #878787. Windows color (decimal): -6066993 or 13593763. OLE color: 13593763.

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

Color convert

RGB 163 108 207 -
CMYK 0.21 0.48 0 0.19
HSL 273.33º 0.51% 0.62% -
HSV(B) 273.33º 0.48% 0.81% -
XYZ 31.73 23.02 61.8 -
YUV 135.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 163 108 207 0.21 0.48 0 0.19 273.33 0.51 0.62
Hex A3 6C CF 15 30 0 13 111 33 3E
Octal 243 154 317 25 60 0 23 421 63 76
Binary 10100011 1101100 11001111 10101 110000 0 10011 100010001 110011 111110

Color Harmonies of #A36CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CCF

Black with #A36CCF

Text Example


Text Example

White with #A36CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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