Html Css Color HEX #A07FDD Medium Purple

📋 copy color: '#A07FDD'

red 160 ◦ green 127 ◦ blue 221

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

Shades of Medium Purple #A07FDD

Tints of Medium Purple #A07FDD

RGB

 RED value IS 160 (62.89% from 255) = 31.5%

 GREEN value IS 127 (50% from 255) = 25%

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 31.5%
G = 25%
B = 43.5%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A07FDD (or 0xA07FDD) is known color: Medium Purple. HEX triplet: A0, 7F and DD. RGB value is (160,127,221). Sum of RGB (Red+Green+Blue) = 160+127+221=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #A07FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FDD is #5F8022. Grayscale: #939393. Windows color (decimal): -6258723 or 14516128. OLE color: 14516128.

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

Color convert

RGB 160 127 221 -
CMYK 0.28 0.43 0 0.13
HSL 261.06º 0.58% 0.68% -
HSV(B) 261.06º 0.43% 0.87% -
XYZ 35.14 27.87 71.93 -
YUV 147.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 160 127 221 0.28 0.43 0 0.13 261.06 0.58 0.68
Hex A0 7F DD 1C 2B 0 D 105 3A 44
Octal 240 177 335 34 53 0 15 405 72 104
Binary 10100000 1111111 11011101 11100 101011 0 1101 100000101 111010 1000100

Color Harmonies of #A07FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FDD

Black with #A07FDD

Text Example


Text Example

White with #A07FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FDD; }

 p { color: rgb(160,127,221); }

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

background-color css

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

 a { background-color: rgb(160,127,221); }

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

border-color css

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

 span { border-color: rgb(160,127,221); }

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