Html Css Color HEX #A36BCB Amethyst

📋 copy color: '#A36BCB'

red 163 ◦ green 107 ◦ blue 203

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

Shades of Amethyst #A36BCB

Tints of Amethyst #A36BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 34.46%
G = 22.62%
B = 42.92%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A36BCB (or 0xA36BCB) is known color: Amethyst. HEX triplet: A3, 6B and CB. RGB value is (163,107,203). Sum of RGB (Red+Green+Blue) = 163+107+203=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #A36BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BCB is #5C9434. Grayscale: #868686. Windows color (decimal): -6067253 or 13331363. OLE color: 13331363.

HSL color Cylindrical-coordinate representation of color #A36BCB: hue angle of 275º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36BCB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 107 203 -
CMYK 0.20 0.47 0 0.20
HSL 275º 0.48% 0.61% -
HSV(B) 275º 0.47% 0.8% -
XYZ 31.14 22.61 59.22 -
YUV 134.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 163 107 203 0.20 0.47 0 0.20 275 0.48 0.61
Hex A3 6B CB 14 2F 0 14 113 30 3D
Octal 243 153 313 24 57 0 24 423 60 75
Binary 10100011 1101011 11001011 10100 101111 0 10100 100010011 110000 111101

Color Harmonies of #A36BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36BCB

Black with #A36BCB

Text Example


Text Example

White with #A36BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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