Html Css Color HEX #A77CF2 Medium Purple

📋 copy color: '#A77CF2'

red 167 ◦ green 124 ◦ blue 242

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

Shades of Medium Purple #A77CF2

Tints of Medium Purple #A77CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.26%

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 31.33%
G = 23.26%
B = 45.4%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A77CF2 (or 0xA77CF2) is known color: Medium Purple. HEX triplet: A7, 7C and F2. RGB value is (167,124,242). Sum of RGB (Red+Green+Blue) = 167+124+242=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #A77CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CF2 is #58830D. Grayscale: #959595. Windows color (decimal): -5800718 or 15891623. OLE color: 15891623.

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

Color convert

RGB 167 124 242 -
CMYK 0.31 0.49 0 0.05
HSL 261.86º 0.82% 0.72% -
HSV(B) 261.86º 0.49% 0.95% -
XYZ 39.17 29.04 87.55 -
YUV 150.31 179.75 139.91 -
System Red Green Blue C M Y K H S L
Decimal 167 124 242 0.31 0.49 0 0.05 261.86 0.82 0.72
Hex A7 7C F2 1F 31 0 5 106 52 48
Octal 247 174 362 37 61 0 5 406 122 110
Binary 10100111 1111100 11110010 11111 110001 0 101 100000110 1010010 1001000

Color Harmonies of #A77CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77CF2

Black with #A77CF2

Text Example


Text Example

White with #A77CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77CF2; }

 p { color: rgb(167,124,242); }

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

background-color css

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

 a { background-color: rgb(167,124,242); }

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

border-color css

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

 span { border-color: rgb(167,124,242); }

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