Html Css Color HEX #A36CDE Medium Purple

📋 copy color: '#A36CDE'

red 163 ◦ green 108 ◦ blue 222

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

Shades of Medium Purple #A36CDE

Tints of Medium Purple #A36CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.03%

R = 33.06%
G = 21.91%
B = 45.03%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A36CDE (or 0xA36CDE) is known color: Medium Purple. HEX triplet: A3, 6C and DE. RGB value is (163,108,222). Sum of RGB (Red+Green+Blue) = 163+108+222=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #A36CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CDE is #5C9321. Grayscale: #898989. Windows color (decimal): -6066978 or 14576803. OLE color: 14576803.

HSL color Cylindrical-coordinate representation of color #A36CDE: hue angle of 268.95º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A36CDE is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 108 222 -
CMYK 0.27 0.51 0 0.13
HSL 268.95º 0.63% 0.65% -
HSV(B) 268.95º 0.51% 0.87% -
XYZ 33.65 23.79 71.92 -
YUV 137.44 175.72 146.23 -
System Red Green Blue C M Y K H S L
Decimal 163 108 222 0.27 0.51 0 0.13 268.95 0.63 0.65
Hex A3 6C DE 1B 33 0 D 10D 3F 41
Octal 243 154 336 33 63 0 15 415 77 101
Binary 10100011 1101100 11011110 11011 110011 0 1101 100001101 111111 1000001

Color Harmonies of #A36CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CDE

Black with #A36CDE

Text Example


Text Example

White with #A36CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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