Html Css Color HEX #A384EC Medium Purple

📋 copy color: '#A384EC'

red 163 ◦ green 132 ◦ blue 236

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

Shades of Medium Purple #A384EC

Tints of Medium Purple #A384EC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.86%

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

R = 30.7%
G = 24.86%
B = 44.44%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A384EC (or 0xA384EC) is known color: Medium Purple. HEX triplet: A3, 84 and EC. RGB value is (163,132,236). Sum of RGB (Red+Green+Blue) = 163+132+236=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #A384EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A384EC is #5C7B13. Grayscale: #989898. Windows color (decimal): -6060820 or 15500451. OLE color: 15500451.

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

Color convert

RGB 163 132 236 -
CMYK 0.31 0.44 0 0.07
HSL 257.88º 0.73% 0.72% -
HSV(B) 257.88º 0.44% 0.93% -
XYZ 38.5 30.35 83.19 -
YUV 153.13 174.77 135.04 -
System Red Green Blue C M Y K H S L
Decimal 163 132 236 0.31 0.44 0 0.07 257.88 0.73 0.72
Hex A3 84 EC 1F 2C 0 7 102 49 48
Octal 243 204 354 37 54 0 7 402 111 110
Binary 10100011 10000100 11101100 11111 101100 0 111 100000010 1001001 1001000

Color Harmonies of #A384EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A384EC

Black with #A384EC

Text Example


Text Example

White with #A384EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A384EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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