Html Css Color HEX #A77EDB Medium Purple

📋 copy color: '#A77EDB'

red 167 ◦ green 126 ◦ blue 219

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

Shades of Medium Purple #A77EDB

Tints of Medium Purple #A77EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.61%

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 32.62%
G = 24.61%
B = 42.77%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A77EDB (or 0xA77EDB) is known color: Medium Purple. HEX triplet: A7, 7E and DB. RGB value is (167,126,219). Sum of RGB (Red+Green+Blue) = 167+126+219=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #A77EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77EDB is #588124. Grayscale: #949494. Windows color (decimal): -5800229 or 14384807. OLE color: 14384807.

HSL color Cylindrical-coordinate representation of color #A77EDB: hue angle of 266.45º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A77EDB is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 126 219 -
CMYK 0.24 0.42 0 0.14
HSL 266.45º 0.56% 0.68% -
HSV(B) 266.45º 0.42% 0.86% -
XYZ 36.18 28.25 70.56 -
YUV 148.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 167 126 219 0.24 0.42 0 0.14 266.45 0.56 0.68
Hex A7 7E DB 18 2A 0 E 10A 38 44
Octal 247 176 333 30 52 0 16 412 70 104
Binary 10100111 1111110 11011011 11000 101010 0 1110 100001010 111000 1000100

Color Harmonies of #A77EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77EDB

Black with #A77EDB

Text Example


Text Example

White with #A77EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77EDB; }

 p { color: rgb(167,126,219); }

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

background-color css

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

 a { background-color: rgb(167,126,219); }

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

border-color css

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

 span { border-color: rgb(167,126,219); }

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