Html Css Color HEX #A36AEC Medium Purple

📋 copy color: '#A36AEC'

red 163 ◦ green 106 ◦ blue 236

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

Shades of Medium Purple #A36AEC

Tints of Medium Purple #A36AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 32.28%
G = 20.99%
B = 46.73%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A36AEC (or 0xA36AEC) is known color: Medium Purple. HEX triplet: A3, 6A and EC. RGB value is (163,106,236). Sum of RGB (Red+Green+Blue) = 163+106+236=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #A36AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36AEC is #5C9513. Grayscale: #898989. Windows color (decimal): -6067476 or 15493795. OLE color: 15493795.

HSL color Cylindrical-coordinate representation of color #A36AEC: hue angle of 266.31º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A36AEC is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 106 236 -
CMYK 0.31 0.55 0 0.07
HSL 266.31º 0.77% 0.67% -
HSV(B) 266.31º 0.55% 0.93% -
XYZ 35.4 24.15 82.15 -
YUV 137.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 163 106 236 0.31 0.55 0 0.07 266.31 0.77 0.67
Hex A3 6A EC 1F 37 0 7 10A 4D 43
Octal 243 152 354 37 67 0 7 412 115 103
Binary 10100011 1101010 11101100 11111 110111 0 111 100001010 1001101 1000011

Color Harmonies of #A36AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36AEC

Black with #A36AEC

Text Example


Text Example

White with #A36AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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