Html Css Color HEX #A77DDA Medium Purple

📋 copy color: '#A77DDA'

red 167 ◦ green 125 ◦ blue 218

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

Shades of Medium Purple #A77DDA

Tints of Medium Purple #A77DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 32.75%
G = 24.51%
B = 42.75%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A77DDA (or 0xA77DDA) is known color: Medium Purple. HEX triplet: A7, 7D and DA. RGB value is (167,125,218). Sum of RGB (Red+Green+Blue) = 167+125+218=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #A77DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DDA is #588225. Grayscale: #939393. Windows color (decimal): -5800486 or 14319015. OLE color: 14319015.

HSL color Cylindrical-coordinate representation of color #A77DDA: hue angle of 267.1º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A77DDA is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 125 218 -
CMYK 0.23 0.43 0 0.15
HSL 267.1º 0.56% 0.67% -
HSV(B) 267.1º 0.43% 0.85% -
XYZ 35.92 27.94 69.83 -
YUV 148.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 167 125 218 0.23 0.43 0 0.15 267.1 0.56 0.67
Hex A7 7D DA 17 2B 0 F 10B 38 43
Octal 247 175 332 27 53 0 17 413 70 103
Binary 10100111 1111101 11011010 10111 101011 0 1111 100001011 111000 1000011

Color Harmonies of #A77DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77DDA

Black with #A77DDA

Text Example


Text Example

White with #A77DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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