Html Css Color HEX #A766EB Medium Purple

📋 copy color: '#A766EB'

red 167 ◦ green 102 ◦ blue 235

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

Shades of Medium Purple #A766EB

Tints of Medium Purple #A766EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 33.13%
G = 20.24%
B = 46.63%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A766EB (or 0xA766EB) is known color: Medium Purple. HEX triplet: A7, 66 and EB. RGB value is (167,102,235). Sum of RGB (Red+Green+Blue) = 167+102+235=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #A766EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A766EB is #589914. Grayscale: #888888. Windows color (decimal): -5806357 or 15427239. OLE color: 15427239.

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

Color convert

RGB 167 102 235 -
CMYK 0.29 0.57 0 0.08
HSL 269.32º 0.77% 0.66% -
HSV(B) 269.32º 0.57% 0.92% -
XYZ 35.68 23.72 81.29 -
YUV 136.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 167 102 235 0.29 0.57 0 0.08 269.32 0.77 0.66
Hex A7 66 EB 1D 39 0 8 10D 4D 42
Octal 247 146 353 35 71 0 10 415 115 102
Binary 10100111 1100110 11101011 11101 111001 0 1000 100001101 1001101 1000010

Color Harmonies of #A766EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766EB

Black with #A766EB

Text Example


Text Example

White with #A766EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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