Html Css Color HEX #A766FD Medium Purple

📋 copy color: '#A766FD'

red 167 ◦ green 102 ◦ blue 253

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

Shades of Medium Purple #A766FD

Tints of Medium Purple #A766FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 31.99%
G = 19.54%
B = 48.47%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A766FD (or 0xA766FD) is known color: Medium Purple. HEX triplet: A7, 66 and FD. RGB value is (167,102,253). Sum of RGB (Red+Green+Blue) = 167+102+253=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #A766FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A766FD is #589902. Grayscale: #8A8A8A. Windows color (decimal): -5806339 or 16606887. OLE color: 16606887.

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

Color convert

RGB 167 102 253 -
CMYK 0.34 0.60 0 0.01
HSL 265.83º 0.97% 0.7% -
HSV(B) 265.83º 0.6% 0.99% -
XYZ 38.42 24.81 95.69 -
YUV 138.65 192.53 148.22 -
System Red Green Blue C M Y K H S L
Decimal 167 102 253 0.34 0.60 0 0.01 265.83 0.97 0.7
Hex A7 66 FD 22 3C 0 1 10A 61 46
Octal 247 146 375 42 74 0 1 412 141 106
Binary 10100111 1100110 11111101 100010 111100 0 1 100001010 1100001 1000110

Color Harmonies of #A766FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766FD

Black with #A766FD

Text Example


Text Example

White with #A766FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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