Html Css Color HEX #A77DD6 Medium Purple

📋 copy color: '#A77DD6'

red 167 ◦ green 125 ◦ blue 214

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

Shades of Medium Purple #A77DD6

Tints of Medium Purple #A77DD6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.7%

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 33%
G = 24.7%
B = 42.29%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A77DD6 (or 0xA77DD6) is known color: Medium Purple. HEX triplet: A7, 7D and D6. RGB value is (167,125,214). Sum of RGB (Red+Green+Blue) = 167+125+214=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #A77DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DD6 is #588229. Grayscale: #939393. Windows color (decimal): -5800490 or 14056871. OLE color: 14056871.

HSL color Cylindrical-coordinate representation of color #A77DD6: hue angle of 268.31º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A77DD6 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 125 214 -
CMYK 0.22 0.42 0 0.16
HSL 268.31º 0.52% 0.66% -
HSV(B) 268.31º 0.42% 0.84% -
XYZ 35.41 27.74 67.11 -
YUV 147.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 167 125 214 0.22 0.42 0 0.16 268.31 0.52 0.66
Hex A7 7D D6 16 2A 0 10 10C 34 42
Octal 247 175 326 26 52 0 20 414 64 102
Binary 10100111 1111101 11010110 10110 101010 0 10000 100001100 110100 1000010

Color Harmonies of #A77DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77DD6

Black with #A77DD6

Text Example


Text Example

White with #A77DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77DD6; }

 p { color: rgb(167,125,214); }

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

background-color css

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

 a { background-color: rgb(167,125,214); }

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

border-color css

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

 span { border-color: rgb(167,125,214); }

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