Html Css Color HEX #A766FE Medium Purple

📋 copy color: '#A766FE'

red 167 ◦ green 102 ◦ blue 254

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

Shades of Medium Purple #A766FE

Tints of Medium Purple #A766FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 31.93%
G = 19.5%
B = 48.57%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A766FE (or 0xA766FE) is known color: Medium Purple. HEX triplet: A7, 66 and FE. RGB value is (167,102,254). Sum of RGB (Red+Green+Blue) = 167+102+254=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #A766FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A766FE is #589901. Grayscale: #8A8A8A. Windows color (decimal): -5806338 or 16672423. OLE color: 16672423.

HSL color Cylindrical-coordinate representation of color #A766FE: hue angle of 265.66º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A766FE is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 102 254 -
CMYK 0.34 0.60 0 0.00
HSL 265.66º 0.99% 0.7% -
HSV(B) 265.66º 0.6% 1% -
XYZ 38.58 24.87 96.53 -
YUV 138.76 193.03 148.14 -
System Red Green Blue C M Y K H S L
Decimal 167 102 254 0.34 0.60 0 0.00 265.66 0.99 0.7
Hex A7 66 FE 22 3C 0 0 10A 63 46
Octal 247 146 376 42 74 0 0 412 143 106
Binary 10100111 1100110 11111110 100010 111100 0 0 100001010 1100011 1000110

Color Harmonies of #A766FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766FE

Black with #A766FE

Text Example


Text Example

White with #A766FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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