Html Css Color HEX #A766F1 Medium Purple

📋 copy color: '#A766F1'

red 167 ◦ green 102 ◦ blue 241

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

Shades of Medium Purple #A766F1

Tints of Medium Purple #A766F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.25%

R = 32.75%
G = 20%
B = 47.25%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A766F1 (or 0xA766F1) is known color: Medium Purple. HEX triplet: A7, 66 and F1. RGB value is (167,102,241). Sum of RGB (Red+Green+Blue) = 167+102+241=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #A766F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A766F1 is #58990E. Grayscale: #888888. Windows color (decimal): -5806351 or 15820455. OLE color: 15820455.

HSL color Cylindrical-coordinate representation of color #A766F1: hue angle of 268.06º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A766F1 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 102 241 -
CMYK 0.31 0.58 0 0.05
HSL 268.06º 0.83% 0.67% -
HSV(B) 268.06º 0.58% 0.95% -
XYZ 36.56 24.07 85.94 -
YUV 137.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 167 102 241 0.31 0.58 0 0.05 268.06 0.83 0.67
Hex A7 66 F1 1F 3A 0 5 10C 53 43
Octal 247 146 361 37 72 0 5 414 123 103
Binary 10100111 1100110 11110001 11111 111010 0 101 100001100 1010011 1000011

Color Harmonies of #A766F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A766F1

Black with #A766F1

Text Example


Text Example

White with #A766F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A766F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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