Html Css Color HEX #A388EC Medium Purple

📋 copy color: '#A388EC'

red 163 ◦ green 136 ◦ blue 236

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

Shades of Medium Purple #A388EC

Tints of Medium Purple #A388EC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.42%

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

R = 30.47%
G = 25.42%
B = 44.11%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A388EC (or 0xA388EC) is known color: Medium Purple. HEX triplet: A3, 88 and EC. RGB value is (163,136,236). Sum of RGB (Red+Green+Blue) = 163+136+236=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #A388EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A388EC is #5C7713. Grayscale: #9B9B9B. Windows color (decimal): -6059796 or 15501475. OLE color: 15501475.

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

Color convert

RGB 163 136 236 -
CMYK 0.31 0.42 0 0.07
HSL 256.2º 0.72% 0.73% -
HSV(B) 256.2º 0.42% 0.93% -
XYZ 39.05 31.45 83.37 -
YUV 155.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 163 136 236 0.31 0.42 0 0.07 256.2 0.72 0.73
Hex A3 88 EC 1F 2A 0 7 100 48 49
Octal 243 210 354 37 52 0 7 400 110 111
Binary 10100011 10001000 11101100 11111 101010 0 111 100000000 1001000 1001001

Color Harmonies of #A388EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388EC

Black with #A388EC

Text Example


Text Example

White with #A388EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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