Html Css Color HEX #A785EC Medium Purple

📋 copy color: '#A785EC'

red 167 ◦ green 133 ◦ blue 236

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

Shades of Medium Purple #A785EC

Tints of Medium Purple #A785EC

RGB

 RED value IS 167 (65.63% from 255) = 31.16%

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

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

R = 31.16%
G = 24.81%
B = 44.03%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A785EC (or 0xA785EC) is known color: Medium Purple. HEX triplet: A7, 85 and EC. RGB value is (167,133,236). Sum of RGB (Red+Green+Blue) = 167+133+236=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #A785EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A785EC is #587A13. Grayscale: #9A9A9A. Windows color (decimal): -5798420 or 15500711. OLE color: 15500711.

HSL color Cylindrical-coordinate representation of color #A785EC: hue angle of 259.81º 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 #A785EC is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 133 236 -
CMYK 0.29 0.44 0 0.07
HSL 259.81º 0.73% 0.72% -
HSV(B) 259.81º 0.44% 0.93% -
XYZ 39.46 31.05 83.27 -
YUV 154.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 167 133 236 0.29 0.44 0 0.07 259.81 0.73 0.72
Hex A7 85 EC 1D 2C 0 7 104 49 48
Octal 247 205 354 35 54 0 7 404 111 110
Binary 10100111 10000101 11101100 11101 101100 0 111 100000100 1001001 1001000

Color Harmonies of #A785EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785EC

Black with #A785EC

Text Example


Text Example

White with #A785EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785EC; }

 p { color: rgb(167,133,236); }

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

background-color css

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

 a { background-color: rgb(167,133,236); }

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

border-color css

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

 span { border-color: rgb(167,133,236); }

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