Html Css Color HEX #A767F6 Medium Purple

📋 copy color: '#A767F6'

red 167 ◦ green 103 ◦ blue 246

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

Shades of Medium Purple #A767F6

Tints of Medium Purple #A767F6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.96%

 BLUE value IS 246 (96.48% from 255) = 47.67%

R = 32.36%
G = 19.96%
B = 47.67%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A767F6 (or 0xA767F6) is known color: Medium Purple. HEX triplet: A7, 67 and F6. RGB value is (167,103,246). Sum of RGB (Red+Green+Blue) = 167+103+246=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #A767F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A767F6 is #589809. Grayscale: #898989. Windows color (decimal): -5806090 or 16148391. OLE color: 16148391.

HSL color Cylindrical-coordinate representation of color #A767F6: hue angle of 266.85º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A767F6 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 103 246 -
CMYK 0.32 0.58 0 0.04
HSL 266.85º 0.89% 0.68% -
HSV(B) 266.85º 0.58% 0.96% -
XYZ 37.42 24.57 89.96 -
YUV 138.44 188.7 148.37 -
System Red Green Blue C M Y K H S L
Decimal 167 103 246 0.32 0.58 0 0.04 266.85 0.89 0.68
Hex A7 67 F6 20 3A 0 4 10B 59 44
Octal 247 147 366 40 72 0 4 413 131 104
Binary 10100111 1100111 11110110 100000 111010 0 100 100001011 1011001 1000100

Color Harmonies of #A767F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A767F6

Black with #A767F6

Text Example


Text Example

White with #A767F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A767F6; }

 p { color: rgb(167,103,246); }

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

background-color css

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

 a { background-color: rgb(167,103,246); }

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

border-color css

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

 span { border-color: rgb(167,103,246); }

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