Html Css Color HEX #A766FC Medium Purple

📋 copy color: '#A766FC'

red 167 ◦ green 102 ◦ blue 252

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

Shades of Medium Purple #A766FC

Tints of Medium Purple #A766FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 32.05%
G = 19.58%
B = 48.37%

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

#A766FC (or 0xA766FC) is known color: Medium Purple. HEX triplet: A7, 66 and FC. RGB value is (167,102,252). Sum of RGB (Red+Green+Blue) = 167+102+252=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #A766FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A766FC is #589903. Grayscale: #8A8A8A. Windows color (decimal): -5806340 or 16541351. OLE color: 16541351.

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

Color convert

RGB 167 102 252 -
CMYK 0.34 0.60 0 0.01
HSL 266º 0.96% 0.69% -
HSV(B) 266º 0.6% 0.99% -
XYZ 38.26 24.75 94.86 -
YUV 138.54 192.03 148.3 -
System Red Green Blue C M Y K H S L
Decimal 167 102 252 0.34 0.60 0 0.01 266 0.96 0.69
Hex A7 66 FC 22 3C 0 1 10A 60 45
Octal 247 146 374 42 74 0 1 412 140 105
Binary 10100111 1100110 11111100 100010 111100 0 1 100001010 1100000 1000101

Color Harmonies of #A766FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766FC

Black with #A766FC

Text Example


Text Example

White with #A766FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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