Html Css Color HEX #A36CBF Amethyst

📋 copy color: '#A36CBF'

red 163 ◦ green 108 ◦ blue 191

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

Shades of Amethyst #A36CBF

Tints of Amethyst #A36CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.34%

R = 35.28%
G = 23.38%
B = 41.34%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A36CBF (or 0xA36CBF) is known color: Amethyst. HEX triplet: A3, 6C and BF. RGB value is (163,108,191). Sum of RGB (Red+Green+Blue) = 163+108+191=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #A36CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CBF is #5C9340. Grayscale: #858585. Windows color (decimal): -6067009 or 12545187. OLE color: 12545187.

HSL color Cylindrical-coordinate representation of color #A36CBF: hue angle of 279.76º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A36CBF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 108 191 -
CMYK 0.15 0.43 0 0.25
HSL 279.76º 0.39% 0.59% -
HSV(B) 279.76º 0.43% 0.75% -
XYZ 29.87 22.27 52.02 -
YUV 133.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 163 108 191 0.15 0.43 0 0.25 279.76 0.39 0.59
Hex A3 6C BF F 2B 0 19 118 27 3B
Octal 243 154 277 17 53 0 31 430 47 73
Binary 10100011 1101100 10111111 1111 101011 0 11001 100011000 100111 111011

Color Harmonies of #A36CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CBF

Black with #A36CBF

Text Example


Text Example

White with #A36CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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