Html Css Color HEX #A36BE0 Medium Purple

📋 copy color: '#A36BE0'

red 163 ◦ green 107 ◦ blue 224

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

Shades of Medium Purple #A36BE0

Tints of Medium Purple #A36BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.34%

R = 33%
G = 21.66%
B = 45.34%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A36BE0 (or 0xA36BE0) is known color: Medium Purple. HEX triplet: A3, 6B and E0. RGB value is (163,107,224). Sum of RGB (Red+Green+Blue) = 163+107+224=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #A36BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36BE0 is #5C941F. Grayscale: #888888. Windows color (decimal): -6067232 or 14707619. OLE color: 14707619.

HSL color Cylindrical-coordinate representation of color #A36BE0: hue angle of 268.72º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A36BE0 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 107 224 -
CMYK 0.27 0.52 0 0.12
HSL 268.72º 0.65% 0.65% -
HSV(B) 268.72º 0.52% 0.88% -
XYZ 33.82 23.68 73.31 -
YUV 137.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 163 107 224 0.27 0.52 0 0.12 268.72 0.65 0.65
Hex A3 6B E0 1B 34 0 C 10D 41 41
Octal 243 153 340 33 64 0 14 415 101 101
Binary 10100011 1101011 11100000 11011 110100 0 1100 100001101 1000001 1000001

Color Harmonies of #A36BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36BE0

Black with #A36BE0

Text Example


Text Example

White with #A36BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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