Html Css Color HEX #A07FDE Medium Purple

📋 copy color: '#A07FDE'

red 160 ◦ green 127 ◦ blue 222

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

Shades of Medium Purple #A07FDE

Tints of Medium Purple #A07FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 31.43%
G = 24.95%
B = 43.61%

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

#A07FDE (or 0xA07FDE) is known color: Medium Purple. HEX triplet: A0, 7F and DE. RGB value is (160,127,222). Sum of RGB (Red+Green+Blue) = 160+127+222=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #A07FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FDE is #5F8021. Grayscale: #939393. Windows color (decimal): -6258722 or 14581664. OLE color: 14581664.

HSL color Cylindrical-coordinate representation of color #A07FDE: hue angle of 260.84º degrees, saturation: 0.59, 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 #A07FDE is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 127 222 -
CMYK 0.28 0.43 0 0.13
HSL 260.84º 0.59% 0.68% -
HSV(B) 260.84º 0.43% 0.87% -
XYZ 35.27 27.93 72.64 -
YUV 147.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 160 127 222 0.28 0.43 0 0.13 260.84 0.59 0.68
Hex A0 7F DE 1C 2B 0 D 105 3B 44
Octal 240 177 336 34 53 0 15 405 73 104
Binary 10100000 1111111 11011110 11100 101011 0 1101 100000101 111011 1000100

Color Harmonies of #A07FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FDE

Black with #A07FDE

Text Example


Text Example

White with #A07FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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