Html Css Color HEX #A36ACF Amethyst

📋 copy color: '#A36ACF'

red 163 ◦ green 106 ◦ blue 207

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

Shades of Amethyst #A36ACF

Tints of Amethyst #A36ACF

RGB

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

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

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

R = 34.24%
G = 22.27%
B = 43.49%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A36ACF (or 0xA36ACF) is known color: Amethyst. HEX triplet: A3, 6A and CF. RGB value is (163,106,207). Sum of RGB (Red+Green+Blue) = 163+106+207=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #A36ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36ACF is #5C9530. Grayscale: #868686. Windows color (decimal): -6067505 or 13593251. OLE color: 13593251.

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

Color convert

RGB 163 106 207 -
CMYK 0.21 0.49 0 0.19
HSL 273.86º 0.51% 0.61% -
HSV(B) 273.86º 0.49% 0.81% -
XYZ 31.52 22.6 61.73 -
YUV 134.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 163 106 207 0.21 0.49 0 0.19 273.86 0.51 0.61
Hex A3 6A CF 15 31 0 13 112 33 3D
Octal 243 152 317 25 61 0 23 422 63 75
Binary 10100011 1101010 11001111 10101 110001 0 10011 100010010 110011 111101

Color Harmonies of #A36ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36ACF

Black with #A36ACF

Text Example


Text Example

White with #A36ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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