Html Css Color HEX #A766F0 Medium Purple

📋 copy color: '#A766F0'

red 167 ◦ green 102 ◦ blue 240

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

Shades of Medium Purple #A766F0

Tints of Medium Purple #A766F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.15%

R = 32.81%
G = 20.04%
B = 47.15%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A766F0 (or 0xA766F0) is known color: Medium Purple. HEX triplet: A7, 66 and F0. RGB value is (167,102,240). Sum of RGB (Red+Green+Blue) = 167+102+240=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #A766F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A766F0 is #58990F. Grayscale: #888888. Windows color (decimal): -5806352 or 15754919. OLE color: 15754919.

HSL color Cylindrical-coordinate representation of color #A766F0: hue angle of 268.26º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A766F0 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 102 240 -
CMYK 0.30 0.58 0 0.06
HSL 268.26º 0.82% 0.67% -
HSV(B) 268.26º 0.58% 0.94% -
XYZ 36.42 24.01 85.15 -
YUV 137.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 167 102 240 0.30 0.58 0 0.06 268.26 0.82 0.67
Hex A7 66 F0 1E 3A 0 6 10C 52 43
Octal 247 146 360 36 72 0 6 414 122 103
Binary 10100111 1100110 11110000 11110 111010 0 110 100001100 1010010 1000011

Color Harmonies of #A766F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766F0

Black with #A766F0

Text Example


Text Example

White with #A766F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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