Html Css Color HEX #A77AF2 Medium Purple

📋 copy color: '#A77AF2'

red 167 ◦ green 122 ◦ blue 242

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

Shades of Medium Purple #A77AF2

Tints of Medium Purple #A77AF2

RGB

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

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

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

R = 31.45%
G = 22.98%
B = 45.57%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A77AF2 (or 0xA77AF2) is known color: Medium Purple. HEX triplet: A7, 7A and F2. RGB value is (167,122,242). Sum of RGB (Red+Green+Blue) = 167+122+242=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #A77AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77AF2 is #58850D. Grayscale: #949494. Windows color (decimal): -5801230 or 15891111. OLE color: 15891111.

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

Color convert

RGB 167 122 242 -
CMYK 0.31 0.50 0 0.05
HSL 262.5º 0.82% 0.71% -
HSV(B) 262.5º 0.5% 0.95% -
XYZ 38.92 28.55 87.46 -
YUV 149.14 180.41 140.74 -
System Red Green Blue C M Y K H S L
Decimal 167 122 242 0.31 0.50 0 0.05 262.5 0.82 0.71
Hex A7 7A F2 1F 32 0 5 106 52 47
Octal 247 172 362 37 62 0 5 406 122 107
Binary 10100111 1111010 11110010 11111 110010 0 101 100000110 1010010 1000111

Color Harmonies of #A77AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77AF2

Black with #A77AF2

Text Example


Text Example

White with #A77AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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