Html Css Color HEX #A766EC Medium Purple

📋 copy color: '#A766EC'

red 167 ◦ green 102 ◦ blue 236

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

Shades of Medium Purple #A766EC

Tints of Medium Purple #A766EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.2%

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

R = 33.07%
G = 20.2%
B = 46.73%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A766EC (or 0xA766EC) is known color: Medium Purple. HEX triplet: A7, 66 and EC. RGB value is (167,102,236). Sum of RGB (Red+Green+Blue) = 167+102+236=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 102 (40.23% from 255 or 20.20% 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 #A766EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A766EC is #589913. Grayscale: #888888. Windows color (decimal): -5806356 or 15492775. OLE color: 15492775.

HSL color Cylindrical-coordinate representation of color #A766EC: hue angle of 269.1º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A766EC is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 102 236 -
CMYK 0.29 0.57 0 0.07
HSL 269.1º 0.78% 0.66% -
HSV(B) 269.1º 0.57% 0.93% -
XYZ 35.83 23.77 82.06 -
YUV 136.71 184.03 149.6 -
System Red Green Blue C M Y K H S L
Decimal 167 102 236 0.29 0.57 0 0.07 269.1 0.78 0.66
Hex A7 66 EC 1D 39 0 7 10D 4E 42
Octal 247 146 354 35 71 0 7 415 116 102
Binary 10100111 1100110 11101100 11101 111001 0 111 100001101 1001110 1000010

Color Harmonies of #A766EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766EC

Black with #A766EC

Text Example


Text Example

White with #A766EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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