Html Css Color HEX #A385F0 Medium Purple

📋 copy color: '#A385F0'

red 163 ◦ green 133 ◦ blue 240

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

Shades of Medium Purple #A385F0

Tints of Medium Purple #A385F0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.81%

 BLUE value IS 240 (94.14% from 255) = 44.78%

R = 30.41%
G = 24.81%
B = 44.78%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A385F0 (or 0xA385F0) is known color: Medium Purple. HEX triplet: A3, 85 and F0. RGB value is (163,133,240). Sum of RGB (Red+Green+Blue) = 163+133+240=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #A385F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385F0 is #5C7A0F. Grayscale: #999999. Windows color (decimal): -6060560 or 15762851. OLE color: 15762851.

HSL color Cylindrical-coordinate representation of color #A385F0: hue angle of 256.82º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A385F0 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 133 240 -
CMYK 0.32 0.45 0 0.06
HSL 256.82º 0.78% 0.73% -
HSV(B) 256.82º 0.45% 0.94% -
XYZ 39.22 30.85 86.33 -
YUV 154.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 163 133 240 0.32 0.45 0 0.06 256.82 0.78 0.73
Hex A3 85 F0 20 2D 0 6 101 4E 49
Octal 243 205 360 40 55 0 6 401 116 111
Binary 10100011 10000101 11110000 100000 101101 0 110 100000001 1001110 1001001

Color Harmonies of #A385F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385F0

Black with #A385F0

Text Example


Text Example

White with #A385F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385F0; }

 p { color: rgb(163,133,240); }

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

background-color css

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

 a { background-color: rgb(163,133,240); }

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

border-color css

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

 span { border-color: rgb(163,133,240); }

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