Html Css Color HEX #A77DDF Medium Purple

📋 copy color: '#A77DDF'

red 167 ◦ green 125 ◦ blue 223

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

Shades of Medium Purple #A77DDF

Tints of Medium Purple #A77DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 32.43%
G = 24.27%
B = 43.3%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A77DDF (or 0xA77DDF) is known color: Medium Purple. HEX triplet: A7, 7D and DF. RGB value is (167,125,223). Sum of RGB (Red+Green+Blue) = 167+125+223=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #A77DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DDF is #588220. Grayscale: #949494. Windows color (decimal): -5800481 or 14646695. OLE color: 14646695.

HSL color Cylindrical-coordinate representation of color #A77DDF: hue angle of 265.71º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A77DDF is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 125 223 -
CMYK 0.25 0.44 0 0.13
HSL 265.71º 0.6% 0.68% -
HSV(B) 265.71º 0.44% 0.87% -
XYZ 36.59 28.21 73.33 -
YUV 148.73 169.91 141.03 -
System Red Green Blue C M Y K H S L
Decimal 167 125 223 0.25 0.44 0 0.13 265.71 0.6 0.68
Hex A7 7D DF 19 2C 0 D 10A 3C 44
Octal 247 175 337 31 54 0 15 412 74 104
Binary 10100111 1111101 11011111 11001 101100 0 1101 100001010 111100 1000100

Color Harmonies of #A77DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77DDF

Black with #A77DDF

Text Example


Text Example

White with #A77DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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