Html Css Color HEX #A07FDC Medium Purple

📋 copy color: '#A07FDC'

red 160 ◦ green 127 ◦ blue 220

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

Shades of Medium Purple #A07FDC

Tints of Medium Purple #A07FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 31.56%
G = 25.05%
B = 43.39%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A07FDC (or 0xA07FDC) is known color: Medium Purple. HEX triplet: A0, 7F and DC. RGB value is (160,127,220). Sum of RGB (Red+Green+Blue) = 160+127+220=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #A07FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07FDC is #5F8023. Grayscale: #939393. Windows color (decimal): -6258724 or 14450592. OLE color: 14450592.

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

Color convert

RGB 160 127 220 -
CMYK 0.27 0.42 0 0.14
HSL 261.29º 0.57% 0.68% -
HSV(B) 261.29º 0.42% 0.86% -
XYZ 35 27.82 71.23 -
YUV 147.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 160 127 220 0.27 0.42 0 0.14 261.29 0.57 0.68
Hex A0 7F DC 1B 2A 0 E 105 39 44
Octal 240 177 334 33 52 0 16 405 71 104
Binary 10100000 1111111 11011100 11011 101010 0 1110 100000101 111001 1000100

Color Harmonies of #A07FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FDC

Black with #A07FDC

Text Example


Text Example

White with #A07FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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