Html Css Color HEX #A77FF0 Medium Purple

📋 copy color: '#A77FF0'

red 167 ◦ green 127 ◦ blue 240

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

Shades of Medium Purple #A77FF0

Tints of Medium Purple #A77FF0

RGB

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

 GREEN value IS 127 (50% from 255) = 23.78%

 BLUE value IS 240 (94.14% from 255) = 44.94%

R = 31.27%
G = 23.78%
B = 44.94%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A77FF0 (or 0xA77FF0) is known color: Medium Purple. HEX triplet: A7, 7F and F0. RGB value is (167,127,240). Sum of RGB (Red+Green+Blue) = 167+127+240=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #A77FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77FF0 is #58800F. Grayscale: #979797. Windows color (decimal): -5799952 or 15761319. OLE color: 15761319.

HSL color Cylindrical-coordinate representation of color #A77FF0: hue angle of 261.24º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A77FF0 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 127 240 -
CMYK 0.30 0.47 0 0.06
HSL 261.24º 0.79% 0.72% -
HSV(B) 261.24º 0.47% 0.94% -
XYZ 39.25 29.69 86.1 -
YUV 151.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 167 127 240 0.30 0.47 0 0.06 261.24 0.79 0.72
Hex A7 7F F0 1E 2F 0 6 105 4F 48
Octal 247 177 360 36 57 0 6 405 117 110
Binary 10100111 1111111 11110000 11110 101111 0 110 100000101 1001111 1001000

Color Harmonies of #A77FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77FF0

Black with #A77FF0

Text Example


Text Example

White with #A77FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77FF0; }

 p { color: rgb(167,127,240); }

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

background-color css

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

 a { background-color: rgb(167,127,240); }

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

border-color css

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

 span { border-color: rgb(167,127,240); }

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