Html Css Color HEX #A07FDA Medium Purple

📋 copy color: '#A07FDA'

red 160 ◦ green 127 ◦ blue 218

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

Shades of Medium Purple #A07FDA

Tints of Medium Purple #A07FDA

RGB

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

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

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

R = 31.68%
G = 25.15%
B = 43.17%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A07FDA (or 0xA07FDA) is known color: Medium Purple. HEX triplet: A0, 7F and DA. RGB value is (160,127,218). Sum of RGB (Red+Green+Blue) = 160+127+218=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #A07FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FDA is #5F8025. Grayscale: #929292. Windows color (decimal): -6258726 or 14319520. OLE color: 14319520.

HSL color Cylindrical-coordinate representation of color #A07FDA: hue angle of 261.76º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A07FDA is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 127 218 -
CMYK 0.27 0.42 0 0.15
HSL 261.76º 0.55% 0.68% -
HSV(B) 261.76º 0.42% 0.85% -
XYZ 34.74 27.71 69.85 -
YUV 147.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 160 127 218 0.27 0.42 0 0.15 261.76 0.55 0.68
Hex A0 7F DA 1B 2A 0 F 106 37 44
Octal 240 177 332 33 52 0 17 406 67 104
Binary 10100000 1111111 11011010 11011 101010 0 1111 100000110 110111 1000100

Color Harmonies of #A07FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FDA

Black with #A07FDA

Text Example


Text Example

White with #A07FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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