Html Css Color HEX #A77AF6 Medium Purple

📋 copy color: '#A77AF6'

red 167 ◦ green 122 ◦ blue 246

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

Shades of Medium Purple #A77AF6

Tints of Medium Purple #A77AF6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.8%

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

R = 31.21%
G = 22.8%
B = 45.98%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A77AF6 (or 0xA77AF6) is known color: Medium Purple. HEX triplet: A7, 7A and F6. RGB value is (167,122,246). Sum of RGB (Red+Green+Blue) = 167+122+246=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #A77AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77AF6 is #588509. Grayscale: #959595. Windows color (decimal): -5801226 or 16153255. OLE color: 16153255.

HSL color Cylindrical-coordinate representation of color #A77AF6: hue angle of 261.77º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A77AF6 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 122 246 -
CMYK 0.32 0.50 0 0.04
HSL 261.77º 0.87% 0.72% -
HSV(B) 261.77º 0.5% 0.96% -
XYZ 39.53 28.79 90.66 -
YUV 149.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 167 122 246 0.32 0.50 0 0.04 261.77 0.87 0.72
Hex A7 7A F6 20 32 0 4 106 57 48
Octal 247 172 366 40 62 0 4 406 127 110
Binary 10100111 1111010 11110110 100000 110010 0 100 100000110 1010111 1001000

Color Harmonies of #A77AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77AF6

Black with #A77AF6

Text Example


Text Example

White with #A77AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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