Html Css Color HEX #A766FF Medium Purple

📋 copy color: '#A766FF'

red 167 ◦ green 102 ◦ blue 255

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

Shades of Medium Purple #A766FF

Tints of Medium Purple #A766FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 31.87%
G = 19.47%
B = 48.66%

CMYK

 C value IS 0.35

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A766FF (or 0xA766FF) is known color: Medium Purple. HEX triplet: A7, 66 and FF. RGB value is (167,102,255). Sum of RGB (Red+Green+Blue) = 167+102+255=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #A766FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A766FF is #589900. Grayscale: #8A8A8A. Windows color (decimal): -5806337 or 16737959. OLE color: 16737959.

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

Color convert

RGB 167 102 255 -
CMYK 0.35 0.6 0 0
HSL 265.49º 1% 0.7% -
HSV(B) 265.49º 0.6% 1% -
XYZ 38.74 24.94 97.38 -
YUV 138.88 193.53 148.06 -
System Red Green Blue C M Y K H S L
Decimal 167 102 255 0.35 0.6 0 0 265.49 1 0.7
Hex A7 66 FF 23 3C 0 0 109 64 46
Octal 247 146 377 43 74 0 0 411 144 106
Binary 10100111 1100110 11111111 100011 111100 0 0 100001001 1100100 1000110

Color Harmonies of #A766FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766FF

Black with #A766FF

Text Example


Text Example

White with #A766FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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